Skip to content

Commit 09885c5

Browse files
committed
Update report.md
统一提交举报API的注释格式
1 parent f965cf8 commit 09885c5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/api/v1/report.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ POST /v1/report/create
1313

1414
```JSONC
1515
{
16-
"chatId": "会话id",
17-
"chatType": 2, // 会话类型,1-用户,2-群聊,3-机器人
18-
"chatName": "会话名称",
19-
"content": "举报内容",
20-
"url": "https://chat-img.jwznb.com/ImageMd5.jpg" // 举报提交的图片
16+
"chatId": "123", // 对象id
17+
"chatType": 2, // 对象类型,1-用户,2-群聊,3-机器人
18+
"chatName": "测试会话名称", // 对象名称
19+
"content": "测试举报内容", // 举报内容
20+
"url": "https://..." // 举报提交的图片
2121
}
2222
```
2323

0 commit comments

Comments
 (0)