✨ feat(gm): gm角色信息增加渠道字段
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user