We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
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
Web 端(含 h5)
REST
https://socialsisteryi.github.io/bilibili-API-collect/docs/comment/action.html#%E5%8F%91%E8%A1%A8%E8%AF%84%E8%AE%BA
使用场景: 想针对稿件进行评论
使用文档中的API进行请求,oid我是改成了对应稿件的bvid信息
curl 'https://api.bilibili.com/x/v2/reply/add' \ --data-urlencode 'type=1' \ --data-urlencode 'oid=BV1ks4y1D7xW' \ --data-urlencode 'message=加油~' \ --data-urlencode 'plat=1' \ --data-urlencode 'csrf=xxx' \ -b 'SESSDATA=xxx'
可以看到请求的返回是请求成功了,但是去对应稿件的评论区中是没有看到发送的评论信息
期望: 如何能正确的对稿件发送评论信息并且能展示出来
The text was updated successfully, but these errors were encountered:
和本仓库无关, 风控问题, 建议移到 Discussion.
Sorry, something went wrong.
No branches or pull requests
提交前请确认
API 来源
Web 端(含 h5)
API 类型
REST
API 地址
https://socialsisteryi.github.io/bilibili-API-collect/docs/comment/action.html#%E5%8F%91%E8%A1%A8%E8%AF%84%E8%AE%BA
详情描述
使用场景: 想针对稿件进行评论
使用文档中的API进行请求,oid我是改成了对应稿件的bvid信息
可以看到请求的返回是请求成功了,但是去对应稿件的评论区中是没有看到发送的评论信息
期望:
如何能正确的对稿件发送评论信息并且能展示出来
The text was updated successfully, but these errors were encountered: