商店:基础数据及购买
This commit is contained in:
@@ -133,7 +133,7 @@ export async function getModuleData(type: string, data: { role: RoleType, sessio
|
||||
role.spines = role.spines.filter(cur => cur.status);
|
||||
return pick(role, ENTERY_ROLE_PICK);
|
||||
case 'shop': // 商店
|
||||
return await getAllShopList(roleId);
|
||||
return await getAllShopList(roleId, serverId);
|
||||
case 'rank': // 排名
|
||||
const rewards = await getRankFirstReward(role, serverId);
|
||||
return { rewards }
|
||||
|
||||
Reference in New Issue
Block a user