cixingguangming55555 / wechat-bot

带二次开发接口的PC微信聊天机器人
MIT License
2.4k stars 657 forks source link

[json.exception.type_error.302] type must be string, but is null #128

Closed jiangyunan closed 2 years ago

jiangyunan commented 2 years ago

微信版本:3.2.1

发送参数: {"id":"202002281230","wxid":"filehelper","content":"文本测试消息","type":555} type 参数修改为"555" ,返回了 null

jiangyunan commented 2 years ago

解决了,必须传递全部参数。 {"id":"202002281230","wxid":"filehelper","content":"文本测试消息","type":555,"roomid":"null","ext":"null","nickname":"null"}