Browse Source

mod url 重复

谭斌 2 years ago
parent
commit
db3819e6c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      authorize-api/src/main/java/com/xy/service/SysSystemService.java

+ 1 - 1
authorize-api/src/main/java/com/xy/service/SysSystemService.java

@@ -36,7 +36,7 @@ public interface SysSystemService {
      * @param update
      * @return
      */
-    @PostMapping("save")
+    @PostMapping("update")
     R update(@RequestBody @Validated SysSystemDto.Update update);
 
     /**