Commit f68a7179 by 庄冰

百度商标

parent 3f8cd2fe
......@@ -94,6 +94,15 @@ class TradetransferAPI extends APIBase {
opResult = await this.regCenterOrderSve.regOrderClose(pobj);
break;
// -------------提交reg需求--------laolan 2020.12.16-------百度reg接入使用--------end------------------
case "submitTmNeed"://提交需求
opResult = await this.utilsNeedSve.reqcenterchannel2(pobj);
break;
case "tmFeedbackSubmit"://商标用户反馈
opResult = await this.utilsNeedSve.reqcenterchannel2(pobj);
break;
case "tmStatusNotify"://商标状态通知
opResult = await this.utilsNeedSve.reqcenterchannel2(pobj);
break;
default:
opResult = system.getResult(null, "action_type参数错误");
break;
......
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