店铺详情修改
This commit is contained in:
@@ -42,8 +42,8 @@ public class ShopInfoController {
|
||||
*/
|
||||
@SaAdminCheckPermission("shopInfo:detail")
|
||||
@GetMapping("/detail")
|
||||
public CzgResult<ShopInfo> detail() {
|
||||
return CzgResult.success(shopInfoService.detail());
|
||||
public CzgResult<ShopInfo> detail(Integer id) {
|
||||
return CzgResult.success(shopInfoService.detail(id));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user