Commit 92121e19 by 蒋勇

ali

parent 13349530
......@@ -485,7 +485,19 @@ class TradetransferService extends ServiceBase {
console.log(rtn)
return rtn;
}
//买卖家沟通记录
async writecommunicationlo2(obj) {
var obj = {
action: "WriteCommunicationLog",
reqbody: {
BizId: obj.ali_bizid,
note: obj.note
}
}
var rtn = await this.aliclient(obj)
console.log(rtn)
return rtn;
}
// {
// "dateStr":"",
// "timeStr":"",
......@@ -508,7 +520,7 @@ class TradetransferService extends ServiceBase {
ali_bizid: logupdate.ali_bizid,
note: log.content
}
let rn =await self.writecommunicationlog(obj)
let rn =await self.writecommunicationlog2(obj)
if(!rn){
console.log(logupdate.ali_bizid,"日志到阿里出错....")
throw new Error("阿里上传日志错误")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment