Commit 7541072e by 庄冰

baiduIcp

parent 287e5c4f
...@@ -33,6 +33,17 @@ class TradetransferAPI extends APIBase { ...@@ -33,6 +33,17 @@ class TradetransferAPI extends APIBase {
case "submitNeed"://提交需求 case "submitNeed"://提交需求
opResult = await this.utilsNeedSve.reqcenterchannel(pobj); opResult = await this.utilsNeedSve.reqcenterchannel(pobj);
break; break;
// -------------提交Icp需求--------庄冰2020.10.21-------百度Icp接入使用--------start------------------
case "submitIcpNeed"://提交Icp需求
opResult = await this.utilsNeedSve.reqcenterchannel2(pobj);
break;
case "icpFeedbackSubmitNew"://接收方案反馈信息
opResult = await this.utilsNeedSve.reqcenterchannel2(pobj);
break;
case "icpOrderStatus"://接收方案反馈信息
opResult = await this.utilsNeedSve.icpOrderStatus(pobj);
break;
// -------------提交Icp需求--------庄冰2020.10.21-------百度Icp接入使用--------end------------------
case "needClose"://关闭需求 case "needClose"://关闭需求
opResult = await this.utilsNeedSve.reqcenterchannel(pobj); opResult = await this.utilsNeedSve.reqcenterchannel(pobj);
break; 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