mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 17:38:48 +08:00
接口优化
This commit is contained in:
parent
26fe1d5010
commit
cf32e5e5ed
@ -107,7 +107,7 @@ public class EqHomeController extends BaseController {
|
||||
* @param sharedId
|
||||
* @return
|
||||
*/
|
||||
@DeleteMapping("/{shareId}")
|
||||
@DeleteMapping("/{sharedId}")
|
||||
public R<Void> remove(@NotEmpty(message = "主键不能为空")
|
||||
@PathVariable String sharedId) {
|
||||
return toAjax(eqShareService.deleteByShareId(sharedId));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user