Commit b893d89f by 宋毅

新接口

parent 9a50c18d
...@@ -39,6 +39,7 @@ class IcpOrderService extends AppServiceBase { ...@@ -39,6 +39,7 @@ class IcpOrderService extends AppServiceBase {
pobj.userInfo = {channel_userid: pobj.userName || ""} pobj.userInfo = {channel_userid: pobj.userName || ""}
pobj.actionBody = { pobj.actionBody = {
isDirectBuy: pobj.isDirectBuy,
totalSum: productItem.data.price, totalSum: productItem.data.price,
orderPrice: productItem.data.price, orderPrice: productItem.data.price,
payTotalSum: productItem.data.price, payTotalSum: productItem.data.price,
......
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