We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0943150 commit a8f7ed9Copy full SHA for a8f7ed9
1 file changed
src/api/v1/report.md
@@ -17,7 +17,7 @@ POST /v1/report/create
17
"chatType": 2, // 对象类型,1-用户,2-群聊,3-机器人
18
"chatName": "测试会话名称", // 对象名称
19
"content": "测试举报内容", // 举报内容
20
- "url": "https://..." // 举报提交的图片
+ "url": "https://...", // 举报提交的图片
21
"reason": "色情低俗" // 举报原因(有色情低俗,时政不时消息,垃圾广告,青少年不易,辱骂攻击,侵犯权益,违法犯罪,开盒网暴,其他)
22
}
23
```
0 commit comments