Commit 777eea97 authored by shiyu's avatar shiyu

人工介入权限

parent a2059d04
......@@ -32,7 +32,7 @@ public class SysIMController {
@Autowired
SysIMService sysIMService;
// @RequiresPermissions("admin:sysIM:sendChatMsg")
@RequiresPermissions("admin:sysIM:sendChatMsg")
@ApiOperation(value = "人工介入ai发送聊天消息")
@PostMapping("/sendChatMsg")
public Result sendChatMsg(@RequestBody SendChatMsgRequestDto dto) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment