We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f965cf8 commit 09885c5Copy full SHA for 09885c5
1 file changed
src/api/v1/report.md
@@ -13,11 +13,11 @@ POST /v1/report/create
13
14
```JSONC
15
{
16
- "chatId": "会话id",
17
- "chatType": 2, // 会话类型,1-用户,2-群聊,3-机器人
18
- "chatName": "会话名称",
19
- "content": "举报内容",
20
- "url": "https://chat-img.jwznb.com/ImageMd5.jpg" // 举报提交的图片
+ "chatId": "123", // 对象id
+ "chatType": 2, // 对象类型,1-用户,2-群聊,3-机器人
+ "chatName": "测试会话名称", // 对象名称
+ "content": "测试举报内容", // 举报内容
+ "url": "https://..." // 举报提交的图片
21
}
22
```
23
0 commit comments