mirror of
https://github.com/Le-niao/Yunzai-Bot.git
synced 2025-01-08 12:57:27 +08:00
暂无uid信息的公共ck不添加,防止调用失效的公共ck出现错误
This commit is contained in:
parent
52fdefdb76
commit
ecab34a70f
@ -181,6 +181,10 @@ export default class MysUser extends BaseModel {
|
||||
}
|
||||
} else {
|
||||
console.log(`ltuid:${this.ltuid}暂无uid信息,请检查...`)
|
||||
// 公共ck暂无uid信息不添加
|
||||
if (user?.qq === 'pub') {
|
||||
return false
|
||||
}
|
||||
}
|
||||
// 缓存ckData,供后续缓存使用
|
||||
// ltuid关系存储到与server无关的cache中,方便后续检索
|
||||
|
Loading…
Reference in New Issue
Block a user