Commit 37078d25 by 王栋源

wdy

parent 05ae80c0
...@@ -37,6 +37,7 @@ class OpProductAPI extends APIBase { ...@@ -37,6 +37,7 @@ class OpProductAPI extends APIBase {
break; break;
case "getaliicProduce"://阿里工商获取产品信息 case "getaliicProduce"://阿里工商获取产品信息
opResult = await this.productSve.getaliicProduce(pobj.actionBody); opResult = await this.productSve.getaliicProduce(pobj.actionBody);
break;
case "getProductTypeInfo"://阿里工商获取需求類型 case "getProductTypeInfo"://阿里工商获取需求類型
opResult = await this.producttypeSve.getProductTypeInfo(pobj.actionBody, pobj.appInfo); opResult = await this.producttypeSve.getProductTypeInfo(pobj.actionBody, pobj.appInfo);
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