feat: 新版药材提示

This commit is contained in:
LyMysterious
2026-07-25 19:36:37 +08:00
parent c9d78bd832
commit c5b3b9661b
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);
}