소스 검색

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
}

Loading…
취소
저장