店铺编辑权限放开
This commit is contained in:
@@ -67,7 +67,6 @@ public class ShopInfoController {
|
||||
* 店铺编辑
|
||||
* 权限标识: shopInfo:edit
|
||||
*/
|
||||
@SaAdminCheckRole("管理员")
|
||||
@SaAdminCheckPermission(value = "shopInfo:edit", name = "店铺编辑")
|
||||
@PutMapping
|
||||
public CzgResult<?> edit(@RequestBody @Validated ShopInfoEditDTO shopInfoEditDTO) {
|
||||
|
||||
Reference in New Issue
Block a user