Commit d9de2c7a by 宋毅

修改错误

parent aa51c37a
...@@ -140,8 +140,8 @@ class UtilsTmOrderCallService extends AppServiceBase { ...@@ -140,8 +140,8 @@ class UtilsTmOrderCallService extends AppServiceBase {
} }
var getjsonurl=settings.tmtransactionUrl()+"/tmtransaction/action/trademarktransaction/springBoard" var getjsonurl=settings.tmtransactionUrl()+"/tmtransaction/action/trademarktransaction/springBoard"
var jsonurl=await this.restPostUrl(obj,getjsonurl); var jsonurl=await this.restPostUrl(obj,getjsonurl);
if(!jsonurl){ if(!jsonurl || !jsonurl.data){
console.log(jsonurl); console.log(`createjsonfile返回错误,返回值:${jsonurl}`);
return system.getResultSuccess(); return system.getResultSuccess();
} }
var upobj={ var upobj={
......
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