Commit 47385888 by 宋毅

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents d7a2807c 6c0634f2
...@@ -32,7 +32,7 @@ class Tool extends APIBase { ...@@ -32,7 +32,7 @@ class Tool extends APIBase {
}; };
let result = await this.restPostUrl(obj, url); let result = await this.restPostUrl(obj, url);
console.log('result--工商核名---', result) console.log('result--工商核名---', result)
return result; return system.getResultSuccess(result);
} }
} }
......
...@@ -138,6 +138,7 @@ class UtilsNeedService extends AppServiceBase { ...@@ -138,6 +138,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 && (data.data.channelTypeCode == 1||data.data.channelTypeCode == 2)) {//商标 if (data.data && (data.data.channelTypeCode == 1||data.data.channelTypeCode == 2)) {//商标
pobj.actionBody.status = "888"
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