Commit 0c7d55c4 by linboxuan

ucommuneGetOrderDetail api

parent a9bba047
......@@ -33,6 +33,7 @@ class ProductAPI extends WEBBase {
break;
case "ucommuneGetOrderList":// 优客调取订单列表用
opResult = await this.utilsUcommuneSve.ucommuneGetOrderList(pobj, pobj.actionBody);
break;
case "ucommuneGetOrderDetail":// 优客调取订单详情
opResult = await this.utilsUcommuneSve.ucommuneGetOrderDetail(pobj, pobj.actionBody);
break;
......
......@@ -421,7 +421,7 @@ class UtilsUcommuneService extends AppServiceBase {
* @param {*} actionBody orderNo orderIndo订单号
*/
async ucommuneGetOrderDetail(pobj, actionBody) {
return system.getResultSuccess()
}
......
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