Commit 52e38a1b by 宋毅

tj

parent 62f9c4a0
......@@ -151,6 +151,9 @@ class TmOrderAPI extends APIBase {
case "getTmOrderList"://商标交付列表
opResult = await this.ordertmproductSve.getTmOrderList(action_body, pobj, req);
break;
case "getOrderDetails"://
opResult = await this.ordertmproductSve.getOrderDetails(action_body, pobj, req);
break;
case "getTmOrderListAdmin"://商标交付列表
action_body.getListType = "getTmOrderListAdmin";
opResult = await this.ordertmproductSve.getTmOrderList(action_body, pobj, req);
......
......@@ -559,6 +559,14 @@ class OrderTmProductService extends ServiceBase {
}
/**
* 订单详情
* @param {*} params 格式:{channelUserId:XX, needNoOrderNo:XX}
*/
async getOrderDetails(params, pobj, req){
}
/**
* 商标交付列表
* @param {*} params 格式:{channelServiceNo:XX, app:{ appId:XX}}
*/
......
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