Commit 6a43902c by 王悦

fix

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