From 50d97f3195186ff0af6c12879390a0e14cbdba58 Mon Sep 17 00:00:00 2001 From: liangtongchuan Date: Fri, 5 May 2023 12:52:46 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(gm):=20gm=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=A2=9E=E5=8A=A0=E6=B8=A0=E9=81=93=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= 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 eeffce4a1..8982d76d2 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, + 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 }); }