MCPcopy
hub / github.com/LLOneBot/LuckyLilliaBot / getCoreAndBaseInfo

Method getCoreAndBaseInfo

src/ntqqapi/api/user.ts:139–147  ·  view source on GitHub ↗

无缓存时会获取不到用户信息

(uids: string[])

Source from the content-addressed store, hash-verified

137
138 /** 无缓存时会获取不到用户信息 */
139 async getCoreAndBaseInfo(uids: string[]) {
140 return await this.ctx.pmhq.invoke(
141 'nodeIKernelProfileService/getCoreAndBaseInfo',
142 [
143 'nodeStore',
144 uids,
145 ],
146 )
147 }
148
149 async getBuddyNick(uid: string) {
150 const data = await this.ctx.pmhq.invoke('nodeIKernelBuddyService/getBuddyNick', [[uid]])

Callers 1

getUserInfoCompatibleMethod · 0.95

Calls 1

invokeMethod · 0.80

Tested by

no test coverage detected