Explorar el Código

editing url using config varible.

master
Patrick Peng Sun hace 8 años
padre
commit
d8cf4f48a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      procGetBasicUserInfo.go

+ 1
- 1
procGetBasicUserInfo.go Ver fichero

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

Cargando…
Cancelar
Guardar