活动:根据订单获得活动
This commit is contained in:
@@ -254,6 +254,6 @@ export class orderHandler {
|
||||
let result = await settleOrder(orderInfo, serverId, sid);
|
||||
orderInfo = await UserOrderModel.success(roleId, localOrderID, JSON.stringify(result));
|
||||
console.log(`测试支付完成!!!!!!!!!!!!! serverId:${serverId}, productID:${productID}, productType:${productType}, roleId:${roleId}, localOrderID:${localOrderID}, payType:${payType}`)
|
||||
return resResult(STATUS.SUCCESS, result);
|
||||
return resResult(STATUS.SUCCESS, {...result, localOrderID});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user