From d433be760784fc48b54ac815b759ef3899fbec52 Mon Sep 17 00:00:00 2001 From: QianLin-JiaXi <175724287+QianLin-JiaXi@users.noreply.github.com> Date: Fri, 7 Aug 2026 22:48:51 +0800 Subject: [PATCH] Update bot.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复json格式错误 --- src/api/web/v1/bot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ```