Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix member function get_login_info() and send_group_forward_msg() in cqApi.py #57

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

SudoSuBash
Copy link

在0.5.1.1 中,执行 cqapi.get_login_info()会报错FLAG NOT FOUND,原因是get_login_info()中的return的cqhttp api不对.
这个版本解决了这个问题.

(以下是有异议部分)
我查阅了cqhttp api后觉得send_group_forward(group_id,message)中的message应该为list[dict]类型或者list[str]类型,而不是str类型.
但是我在更改后使用send_group_forward_msg和更改前(即message:str)一样,都是api报错100.
我觉得这样改是对的,但是我不知道为什么会报错.这是有争议的部分.

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

Successfully merging this pull request may close these issues.

None yet

1 participant