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