ソースを参照

can redirect url with cookie set before doing editing.

master
Patrick Peng Sun 8年前
コミット
37ea2431c3
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      procGetBasicUserInfo.go

+ 2
- 1
procGetBasicUserInfo.go ファイルの表示

@@ -102,6 +102,7 @@ func (m crmdLead) getBasicUserInfoEditButton() (ret sendNewsArticle) {
a.Description = ""
a.PicURL = ""
a.Title = "点击这里编辑您的资料"
a.URL = "http://192.168.1.39:65500/spa/editprofile"
u := "http://192.168.1.39:65500/redirect?lid=" + m.ID + "&url=http://192.168.1.39:65500/spa/editprofile"
a.URL = buildSignatureAppend2Url(u, IntraAPIConfig.CRMSecrete)
return a
}

読み込み中…
キャンセル
保存