ソースを参照

export url for html template to access..

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

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

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

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