Revert "feat: 新版药材提示"

This reverts commit c5b3b9661b.
This commit is contained in:
LyMysterious
2026-07-25 19:37:53 +08:00
parent c5b3b9661b
commit 82aae20a9b
2 changed files with 18 additions and 30 deletions
@@ -24,7 +24,7 @@ namespace NapCatRobotClient.API.Controllers
{
using StreamReader reader = new(Request.Body);
string body = await reader.ReadToEndAsync();
Log.Information($"接收到群消息:{body} \r\n");
//Log.Information($"接收到群消息:{body} \r\n");
bool result = await _dispatcherService.ReceiveMessageAndProcess(body);
return Ok(result);
}