允许档口角色调用收货地址列表接口

pull/1121/head
梁宇奇 2025-12-02 13:57:46 +08:00
parent 097d8756dc
commit 2b3a908032
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public class UserAddressController extends XktBaseController {
return success(BeanUtil.toBean(infoDTO, UserAddressInfoVO.class));
}
@PreAuthorize("@ss.hasAnyRoles('seller,agent')")
@PreAuthorize("@ss.hasAnyRoles('seller,agent,store')")
@ApiOperation(value = "用户收货地址列表", httpMethod = "POST", response = R.class)
@PostMapping("/list")
public R<List<UserAddressInfoVO>> list() {