Browse Source

更新接口

luoguangyi 3 years ago
parent
commit
7848b71aa1

+ 1 - 1
src/main/java/com/persagy/proxy/adm/controller/RelationSpInBdOrFlController.java

@@ -101,7 +101,7 @@ public class RelationSpInBdOrFlController {
      * @param    requestParam    对象
      * @return                       删除的结果信息
      */
-    @PostMapping("/bd-del-1")
+    @PostMapping("/bd-update")
     public AdmResponse delete(@RequestParam String projectId,
                               @RequestBody JSONObject requestParam) throws Exception {
         JSONArray content = requestParam.getJSONArray("content");