Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

get_friend_list返回为空 #44

Open
liaosunny123 opened this issue Jul 7, 2023 · 2 comments
Open

get_friend_list返回为空 #44

liaosunny123 opened this issue Jul 7, 2023 · 2 comments

Comments

@liaosunny123
Copy link

传入post:

{
    "action": "get_friend_list",
    "params": {
    },
    "self":{
        "user_id":"2***2",
        "platform":"qq"
    }
}

返回为:

{
    "status": "ok",
    "retcode": 0,
    "data": [],
    "message": "",
    "echo": null
}
@liaosunny123
Copy link
Author

这可能是一个依赖链错误,不清楚是不是上游错误:

{
    "action": "get_user_info",
    "params": {
        "user_id": "1***9"
    },
    "self":{
        "user_id":"2***2",
        "platform":"qq"
    }
}

返回:

{
    "status": "failed",
    "retcode": 34001,
    "data": null,
    "message": "ricq错误:failed to decode, missing SummaryCard.RespSummaryCard",
    "echo": null
}

@abrahum
Copy link
Collaborator

abrahum commented Jul 7, 2023

是的,这就是来自ricq的协议部分失效导致的,近期ntqq协议做了大量的更改,ricq未能跟进,导致了该问题

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants