- 添加获取默认地址
This commit is contained in:
@@ -24,4 +24,6 @@ public interface UserAddressService {
|
||||
CommonResult<List<UserAddressBO>> addressList(Integer userId);
|
||||
|
||||
CommonResult<UserAddressBO> getAddress(Integer userId, Integer id);
|
||||
|
||||
CommonResult<UserAddressBO> getDefaultAddress(Integer userId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user