🐞 fix(gm): 修改上个提交的语法错误

This commit is contained in:
liangtongchuan
2023-05-05 13:00:52 +08:00
parent 50d97f3195
commit 50a24cb4b8

View File

@@ -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
});
}