修复获取QQ号错误

Signed-off-by: ChallengerV <245646299@qq.com>
This commit is contained in:
ChallengerV 2023-03-13 07:28:40 +00:00 committed by Gitee
parent 3d327d687d
commit 2300dec2d3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -83,7 +83,7 @@ const ProfileList = {
let profiles = player.getProfiles()
// 检测标志位
let qq = (e.at && !e.atBot) ? e.at : e.qq
let qq = (e.at && !e.atBot) ? e.at : e.user_id
await ProfileRank.setUidInfo({ uid, profiles, qq, uidType: isSelfUid ? 'ck' : 'bind' })
let groupId = e.group_id