Reapply "feat: 新版药材提示"

This reverts commit 82aae20a9b.
This commit is contained in:
LyMysterious
2026-07-25 19:55:25 +08:00
parent 82aae20a9b
commit 17b7452ecc
2 changed files with 30 additions and 18 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);
}