master:去掉获取档口简易信息权限校验;
parent
1e33c0e6ce
commit
486be57891
|
|
@ -99,7 +99,6 @@ public class StoreController extends XktBaseController {
|
||||||
return R.ok(BeanUtil.toBean(storeService.getInfo(storeId), StoreResVO.class));
|
return R.ok(BeanUtil.toBean(storeService.getInfo(storeId), StoreResVO.class));
|
||||||
}
|
}
|
||||||
|
|
||||||
@PreAuthorize("@ss.hasAnyRoles('admin,general_admin,store,seller,agent')||@ss.hasSupplierSubRole()")
|
|
||||||
@ApiOperation(value = "PC 商城首页 获取档口基础信息", httpMethod = "GET", response = R.class)
|
@ApiOperation(value = "PC 商城首页 获取档口基础信息", httpMethod = "GET", response = R.class)
|
||||||
@GetMapping(value = "/simple/{storeId}")
|
@GetMapping(value = "/simple/{storeId}")
|
||||||
public R<StoreSimpleResVO> getSimpleInfo(@PathVariable("storeId") Long storeId) {
|
public R<StoreSimpleResVO> getSimpleInfo(@PathVariable("storeId") Long storeId) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue