Commit 3bad1f9d by 王昆

gsb

parent 7937434a
......@@ -52,7 +52,7 @@ class ActionAPI extends APIBase {
case "orderInfo": // 查订单信息
opResult = await this.oorderSve.info(action_body);
break;
case "orderInfoAll": // 查订单信息
case "orderInfoAll": // 查订单信息
opResult = await this.oorderSve.infoAll(action_body);
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