洪城义警-正式版后台
zengh
2021-07-04 195a950a26266bee011db30a78f2b3e58d84bb00
聊天室接口修改
1 files modified
2 ■■■ changed files
src/main/java/org/springblade/modules/chatrgc/controller/ChatgroupcController.java 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/chatrgc/controller/ChatgroupcController.java
@@ -107,7 +107,7 @@
    @PostMapping("/submit")
    @ApiOperationSupport(order = 6)
    @ApiOperation(value = "新增或修改", notes = "传入chatgroupc")
    public R submit(@Valid Chatgroupc chatgroupc) {
    public R submit(@Valid @RequestBody Chatgroupc chatgroupc) {
        return R.status(chatgroupcService.saveOrUpdate(chatgroupc));
    }