From 50a24cb4b898843348963aa3e402b86b3bf7b65a Mon Sep 17 00:00:00 2001 From: liangtongchuan Date: Fri, 5 May 2023 13:00:52 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(gm):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=8A=E4=B8=AA=E6=8F=90=E4=BA=A4=E7=9A=84=E8=AF=AD=E6=B3=95?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gm-server/app/service/users.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }); }