Commit 0de9bc27 by 宋毅

去除多余的代码

parent a282bedd
......@@ -192,7 +192,7 @@ module.exports = SignService;
// };
//需求
// var obj={
// "intentionBizId": "baidu_test_00090",
// "intentionBizId": "baidu_test_00091",
// "phone": "18506013355",
// "userName": "测试03",
// "description": "测试03描述",
......
......@@ -114,7 +114,10 @@ class UtilsFqAliyunService extends AppServiceBase {
try {
var rc = system.getObject("util.aliyunClient");
var rtn = await rc.post(url, key, secret, params);
console.log(typeof(rtn), ".....................typeof.........................11111111......")
if (typeof (rtn) == "string") {
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);
......
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