master:获取联系方式权限放开;
parent
1c9b90d3d9
commit
d112bfa780
|
|
@ -120,7 +120,6 @@ public class StoreController extends XktBaseController {
|
|||
return R.ok(BeanUtil.toBean(storeService.getAppInfo(storeId), StoreAppResVO.class));
|
||||
}
|
||||
|
||||
@PreAuthorize("@ss.hasAnyRoles('admin,general_admin')")
|
||||
@ApiOperation(value = "管理员审核推广图获取档口联系信息", httpMethod = "GET", response = R.class)
|
||||
@GetMapping(value = "/advert/{storeId}")
|
||||
public R<StoreAdvertResVO> getAdvertStoreInfo(@PathVariable("storeId") Long storeId) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue