Commit bc58b23c by 兰国旗

laolan

parent 87acf19e
......@@ -25,6 +25,9 @@ class RegAPI extends APIBase {
switch (action_type) {
//-----------接入百度reg------start----laolan--2020.12.17----------------------------
//---------2.
case "selectNeedInfo"://查询需求信息
opResult = await this.regCenterOrderSve.selectNeedInfo(pobj, pobj.actionBody);
break;
case "submitRegNeed"://提交需求
opResult = await this.regCenterOrderSve.submitRegNeed(pobj, pobj.actionBody);
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