- 增加:增加 rest api(用户地址)

This commit is contained in:
fansili
2020-05-08 10:28:38 +08:00
parent 4ec0864626
commit 6b2213d580
15 changed files with 358 additions and 79 deletions

View File

@@ -22,7 +22,7 @@ public interface UserAddressRPC {
List<UserAddressResponse> addressList(Integer userId);
UserAddressResponse getAddress(Integer userId, Integer id);
UserAddressResponse getAddress(Integer id);
UserAddressResponse getDefaultAddress(Integer userId);
}