You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
提bug前先检查以下是否已经执行
bug描述
我在尝试读取一个文件内容并发送,但是更新了最新版本后,出现了这个问题,总是提示request body is not a valid json;我尝试添加了头参数 -H 'Content-Type: multipart/form-data',还是同样的错误提示。
所以请按以下格式描述问题:
curl --location --request POST 'http://localhost:3001/webhook/msg/v2?token=*********' --form 'to={"alias":"Hoster"}' --form content=@"$HOME/demo.jpg"
{"success":false,"message":"request body is not a valid json! checkout please."}
提供有用的信息
The text was updated successfully, but these errors were encountered: