无缓存时会获取不到用户信息
(uids: string[])
| 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]]) |
no test coverage detected