소스 검색

test

master
huangjiajun 1 년 전
부모
커밋
d74e0dcb9c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      chain_transfer/chain_transfer.go

+ 3
- 0
chain_transfer/chain_transfer.go 파일 보기

@@ -27,6 +27,9 @@ func ChainTransfer(eg *xorm.Engine, args map[string]string) map[string]string {

if userProfile != nil {
args["acc_taobao_share_id"] = zhios_third_party_utils.Int64ToStr(userProfile.AccTaobaoShareId)
if userProfile.AccJdCloudId == "" {
userProfile.AccJdCloudId = userProfile.AccJdShareId
}
args["acc_jd_share_id"] = userProfile.AccJdCloudId
args["acc_pdd_self_id"] = userProfile.AccPddSelfId
}


불러오는 중...
취소
저장