perf: 优化显示

This commit is contained in:
kuaifan
2024-10-23 18:08:00 +08:00
parent dce48bd0cb
commit b976f294f9
6 changed files with 68 additions and 27 deletions

View File

@@ -117,7 +117,7 @@ class ComplaintController extends AbstractController
'type' => 'content',
'title' => '收到新的举报信息',
'content' => "收到新的举报信息:{$reason} (请前往应用查看详情)"
], $botUser->userid); // todo 未能在任务end事件来发送任务
], $botUser->userid);
}
});
//