Commit 7b61a670 by 庄冰

aaa

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