diff --git a/src/api/web/v1/bot.md b/src/api/web/v1/bot.md index aeaca671..4cc314d8 100644 --- a/src/api/web/v1/bot.md +++ b/src/api/web/v1/bot.md @@ -68,7 +68,7 @@ POST /v1/bot/bot-link-reset ```JSON { - "botId": "123", // 机器人ID + "botId": "123" // 机器人ID } ```