diff --git a/gm-server/app/service/users.ts b/gm-server/app/service/users.ts index 8982d76d2..a559cf0f6 100644 --- a/gm-server/app/service/users.ts +++ b/gm-server/app/service/users.ts @@ -146,7 +146,7 @@ export default class GMUsers extends Service { let user = await UserModel.findUserByUid(role.userInfo.uid); list.push({ - key: roleId, roleId, roleName, serverId, lv, uid, tel, heroCount, itemCount, gold, coin, ce, blockType, blockReason, fixedIpLocation, ip, ipLocation, channelId: user?.channelId, totalPay, channelType: user?.channelType, platformAppid: user?.channelInfo?.platformAppid + key: roleId, roleId, roleName, serverId, lv, uid, tel, heroCount, itemCount, gold, coin, ce, blockType, blockReason, fixedIpLocation, ip, ipLocation, channelId: user?.channelId, totalPay, channelType: user?.channelType, platformAppid: user?.channelInfo?.platformAppid, env: ctx.app.config.realEnv }); }