mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-15 19:45:06 +08:00
mall + trade:获得订单结算信息,接入支付接口
This commit is contained in:
@ -18,4 +18,12 @@ public interface AddressApi {
|
||||
*/
|
||||
AddressRespDTO getAddress(Long id, Long userId);
|
||||
|
||||
/**
|
||||
* 获得用户默认收件地址
|
||||
*
|
||||
* @param userId 用户编号
|
||||
* @return 用户收件地址
|
||||
*/
|
||||
AddressRespDTO getDefaultAddress(Long userId);
|
||||
|
||||
}
|
||||
|
@ -29,7 +29,7 @@ public class AddressRespDTO {
|
||||
/**
|
||||
* 地区编号
|
||||
*/
|
||||
private Long areaId;
|
||||
private Integer areaId;
|
||||
/**
|
||||
* 邮编
|
||||
*/
|
||||
|
Reference in New Issue
Block a user