Commit 758f1952 by 宋毅

tj

parent 394fa91a
......@@ -86,7 +86,7 @@ class UtilsFqAliyunService extends AppServiceBase {
try {
var rc = system.getObject("util.aliyunClient");
var rtn = await rc.post(url, key, secret, params);
// console.log(JSON.stringify(rtn), "-----------结果1--------");
console.log(JSON.stringify(rtn), "-----------结果1--------");
if ((rtn.code != 200 || rtn.code != "200") && rtn.success != true) {
return system.getResult(null, "推送失败,失败原因:" + JSON.stringify(rtn));
}
......@@ -110,7 +110,7 @@ class UtilsFqAliyunService extends AppServiceBase {
try {
var rc = system.getObject("util.aliyunClient");
var rtn = await rc.post(url, key, secret, params);
// console.log(JSON.stringify(rtn), "-----------结果2--------");
console.log(JSON.stringify(rtn), "-----------结果2--------");
if ((rtn.code != 200 || rtn.code != "200") && rtn.success != true) {
return system.getResult(null, "推送失败,失败原因:" + 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