Przeglądaj źródła

export url for html template to access..

master
Patrick Peng Sun 8 lat temu
rodzic
commit
a601267821
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      crmLead.go

+ 1
- 1
crmLead.go Wyświetl plik

@@ -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)
}

Ładowanie…
Anuluj
Zapisz