Commit 838aa0c4 by 宋毅

tj

parent 3ba42236
......@@ -76,6 +76,7 @@ class UtilsOrderService extends AppServiceBase {
console.log(pobj);
var result = await this.restPostUrl(pobj, reqUrl);
result.serviceCode = pobj.actionBody.product_info.price_item.service_code;
result.totalSum = actionBody.totalSum;
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