src/main/java/cc/mrbird/febs/mall/service/IApiMallAddressInfoService.java @@ -20,4 +20,6 @@ void setDefaultAddress(Long id); FebsResponse identifyAddress(ApiIdentifyAddressDto identifyAddressDto); FebsResponse getProvince(Long id); }