✨ feat(充值): 添加英杰币
This commit is contained in:
@@ -102,7 +102,7 @@ export class GmOrderHandler {
|
||||
continue;
|
||||
}
|
||||
let paramStr = await getParamStr(activityData, productID, role);
|
||||
let orderInfo = await UserOrderModel.applyOrder(serverId, roleId, productID, localOrderID, orderID, price, payType, activityId, paramStr, message, false);
|
||||
let orderInfo = await UserOrderModel.applyOrder(serverId, roleId, productID, localOrderID, orderID, price, payType, activityId, paramStr, message, false, 0);
|
||||
|
||||
//订单成功
|
||||
if(!orderInfo) {
|
||||
|
||||
Reference in New Issue
Block a user