소스 검색

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

Loading…
취소
저장