mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix: GetProfileLike
This commit is contained in:
@@ -10,14 +10,21 @@ export interface NodeIKernelProfileLikeService {
|
||||
getBuddyProfileLike(req: BuddyProfileLikeReq): Promise<GeneralCallResult & {
|
||||
info: {
|
||||
userLikeInfos: Array<{
|
||||
uid: string,
|
||||
time: string,
|
||||
favoriteInfo: {
|
||||
userInfos: Array<NTVoteInfo>,//哪些人点我
|
||||
total_count: number,
|
||||
last_time: number,
|
||||
today_count: number
|
||||
},
|
||||
voteInfo: {
|
||||
total_count: number,
|
||||
new_count: number,
|
||||
new_nearby_count: number,
|
||||
last_visit_time: number,
|
||||
userInfos: Array<NTVoteInfo>
|
||||
userInfos: Array<NTVoteInfo>,//点过哪些人
|
||||
}
|
||||
|
||||
}>,
|
||||
friendMaxVotes: number,
|
||||
start: number
|
||||
|
Reference in New Issue
Block a user