public class WxChannelAddressServiceImpl extends Object implements WxChannelAddressService
| 构造器和说明 |
|---|
WxChannelAddressServiceImpl(BaseWxChannelServiceImpl shopService) |
| 限定符和类型 | 方法和说明 |
|---|---|
AddressIdResponse |
addAddress(AddressDetail addressDetail)
添加地址
|
WxChannelBaseResponse |
deleteAddress(String addressId)
删除地址
|
AddressInfoResponse |
getAddress(String addressId)
获取地址详情
|
AddressListResponse |
listAddress(Integer offset,
Integer limit)
获取地址列表
|
WxChannelBaseResponse |
updateAddress(AddressDetail addressDetail)
更新地址
|
public WxChannelAddressServiceImpl(BaseWxChannelServiceImpl shopService)
public AddressListResponse listAddress(Integer offset, Integer limit) throws WxErrorException
WxChannelAddressServicelistAddress 在接口中 WxChannelAddressServiceoffset - 起始位置limit - 拉取个数WxErrorException - 异常public AddressInfoResponse getAddress(String addressId) throws WxErrorException
WxChannelAddressServicegetAddress 在接口中 WxChannelAddressServiceaddressId - 地址idWxErrorException - 异常public AddressIdResponse addAddress(AddressDetail addressDetail) throws WxErrorException
WxChannelAddressServiceaddAddress 在接口中 WxChannelAddressServiceaddressDetail - 地址WxErrorException - 异常public WxChannelBaseResponse updateAddress(AddressDetail addressDetail) throws WxErrorException
WxChannelAddressServiceupdateAddress 在接口中 WxChannelAddressServiceaddressDetail - 地址WxErrorException - 异常public WxChannelBaseResponse deleteAddress(String addressId) throws WxErrorException
WxChannelAddressServicedeleteAddress 在接口中 WxChannelAddressServiceaddressId - 地址idWxErrorException - 异常Copyright © 2025. All rights reserved.