zoujiajian 2 년 전
부모
커밋
8a26f0bcf9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netflix-web/src/main/java/com/cyksj/web/controller/manage/corp/CorpCustomerAcquistionLinkController.java

+ 1 - 1
netflix-web/src/main/java/com/cyksj/web/controller/manage/corp/CorpCustomerAcquistionLinkController.java

@@ -66,7 +66,7 @@ public class CorpCustomerAcquistionLinkController {
     /**
      * 删除获客助手链接
      */
-    @PutMapping("/{id}")
+    @DeleteMapping("/{id}")
     public Result<String> up(@PathVariable Long id) throws Exception {
         corpCustomerAcquisitionLinkService.del(id);
         return GatewayResponse.SUCCESS.newBuilder().toResult();