master:获取联系方式权限放开;

pull/1121/head
liujiang 2025-10-23 19:30:21 +08:00
parent 1c9b90d3d9
commit d112bfa780
1 changed files with 0 additions and 1 deletions

View File

@ -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) {