Commit 91d985d6 by 宋毅

修改多余参数

parent 0de9bc27
...@@ -92,7 +92,6 @@ class TradetransferAPI extends WEBBase { ...@@ -92,7 +92,6 @@ class TradetransferAPI extends WEBBase {
//阿里网关 //阿里网关
async aliclienttransfer(p, obj) { async aliclienttransfer(p, obj) {
console.log("----------------sssssssssssssssssss-------------------------------------------")
console.log(p.actionBody) console.log(p.actionBody)
if (p.actionBody) { if (p.actionBody) {
console.log(p.actionBody) console.log(p.actionBody)
......
...@@ -117,16 +117,8 @@ class UtilsFqAliyunService extends AppServiceBase { ...@@ -117,16 +117,8 @@ class UtilsFqAliyunService extends AppServiceBase {
if (typeof (rtn) == "string") { if (typeof (rtn) == "string") {
rtn = JSON.parse(rtn); rtn = JSON.parse(rtn);
} }
console.log(typeof (rtn), ".....................typeof.........................11111111......")
let tmpSuccess = rtn.success;
let tmpCode = rtn.code;
this.execClientNew.execLogs(`utilsFqAliyunSve-opAliyunClientPost-result:url=${url}`, pobj, "center-channel-opAliyunClientPost", rtn, null); this.execClientNew.execLogs(`utilsFqAliyunSve-opAliyunClientPost-result:url=${url}`, pobj, "center-channel-opAliyunClientPost", rtn, null);
console.log(rtn, ".....................opAliyunClientPost.........................11111111......") if (rtn.success && rtn.code == 200) {
console.log(JSON.stringify(rtn), ".....................opAliyunClientPost............22222...................")
console.log(rtn, ".....................opAliyunClientPost.........................11111111.22222222222222222.....")
console.log(tmpSuccess, ".....................opAliyunClientPost............3333...................")
console.log(tmpCode, ".....................opAliyunClientPost............4444...................")
if (tmpSuccess && tmpCode == 200) {
return system.getResultSuccess(rtn.data, "推送成功"); return system.getResultSuccess(rtn.data, "推送成功");
} else { } else {
return system.getResultFail(-1, `推送失败,失败原因11:${JSON.stringify(rtn)}`); return system.getResultFail(-1, `推送失败,失败原因11:${JSON.stringify(rtn)}`);
......
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