Commit 6a43902c by 王悦

fix

parent 86b9314b
......@@ -137,7 +137,7 @@ class UtilsNeedService extends AppServiceBase {
}
var rtn = await this.execClient.execPost(pobj, url);
var data = JSON.parse(rtn.stdout);
if (data.data.channelTypeCode == 1||data.data.channelTypeCode == 2) {//商标
if (data.data && (data.data.channelTypeCode == 1||data.data.channelTypeCode == 2)) {//商标
this.execPostUrl({
"actionProcess": "AliTm",
"appCode": "100099",
......
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