浏览代码

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
}


正在加载...
取消
保存