Commit e751d251 by 庄冰

aaa

parent ccf5d793
...@@ -147,8 +147,8 @@ class TmOrderAPI extends APIBase { ...@@ -147,8 +147,8 @@ class TmOrderAPI extends APIBase {
case "tmConfirm"://商标方案确认 case "tmConfirm"://商标方案确认
opResult = await this.ordertmproductSve.tmConfirm(action_body); opResult = await this.ordertmproductSve.tmConfirm(action_body);
if (opResult && opResult.status == 0) { if (opResult && opResult.status == 0) {
// var url = this.pushFqbossDataUrl + "api/channelaccessApi/channelTmConfirm" var url = this.pushFqbossDataUrl + "api/channelaccessApi/channelTmConfirm"
// await this.pushData2(opResult, req, pobj, url); await this.pushData2(opResult, req, pobj, url);
} }
break; break;
default: default:
......
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