Parcourir la source

export url for html template to access..

master
Patrick Peng Sun il y a 8 ans
Parent
révision
a601267821
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      crmLead.go

+ 1
- 1
crmLead.go Voir le fichier

@@ -218,7 +218,7 @@ func (m crmdLead) Delete() bool {
return false
}

func (m crmdLead) avatarCacheURL() string {
func (m crmdLead) AvatarCacheURL() string {
u := CRMConfig.CacheSiteURL + "?a=" + m.AvatarID
return buildSignatureAppend2Url(u, IntraAPIConfig.CRMSecrete)
}

Chargement…
Annuler
Enregistrer