Commit 7b61a670 by 庄冰

aaa

parent 51245401
......@@ -952,6 +952,7 @@ class OrderService extends ServiceBase {
"app_id": app.id,
"sveItemCode": orderInfo.itemCode,
"sveItemName": orderInfo.itemName,
"channelItemCode":orderInfo.channelItemCode,
"totalSum": orderInfo.totalSum,
"orderPayStatus": "yfk",
};
......@@ -1103,6 +1104,7 @@ class OrderService extends ServiceBase {
sourceType:"order",
receiptType:"sk",
itemCode:orderItem.itemCode,itemName:orderItem.itemName,
channelItemCode:orderItem.channelItemCode,
createapp_id:app.id,
payOrderNo:obj.trxid,
accountType: accountType,
......
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