Commit 21f7061e by 宋毅

tj

parent 98c857d3
......@@ -75,6 +75,7 @@ class UtilsOrderService extends AppServiceBase {
var reqUrl = this.centerOrderUrl + "action/order/springBoard";
console.log(pobj);
var result = await this.restPostUrl(pobj, reqUrl);
result.serviceCode = pobj.actionBody.product_info.price_item.service_code;
return result;
}
async getOrderInfo(pobj, actionBody) {
......
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