feat(gm): gm角色信息增加渠道字段

This commit is contained in:
liangtongchuan
2023-05-05 12:52:46 +08:00
parent 7c55a37a80
commit 50d97f3195

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