军团:创建军团需求

This commit is contained in:
luying
2021-09-13 16:47:50 +08:00
parent 63d28d1233
commit 73a15f0721
5 changed files with 15 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ export async function makeOrder(localOrderID: string, sid: string, orderInfo: Us
let payType = orderInfo.payType;//支付类型
let roleId = orderInfo.roleId;//角色
const roleInfo = await RoleModel.findByRoleId(roleId);
const roleInfo = await RoleModel.increaseTotalPay(roleId, price);
let rewardResult: any = { code: 0, data: null };