Commit 777eea97 authored by shiyu's avatar shiyu

人工介入权限

parent a2059d04
...@@ -32,7 +32,7 @@ public class SysIMController { ...@@ -32,7 +32,7 @@ public class SysIMController {
@Autowired @Autowired
SysIMService sysIMService; SysIMService sysIMService;
// @RequiresPermissions("admin:sysIM:sendChatMsg") @RequiresPermissions("admin:sysIM:sendChatMsg")
@ApiOperation(value = "人工介入ai发送聊天消息") @ApiOperation(value = "人工介入ai发送聊天消息")
@PostMapping("/sendChatMsg") @PostMapping("/sendChatMsg")
public Result sendChatMsg(@RequestBody SendChatMsgRequestDto dto) { 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