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