public interface WxChannelAddressService
| 限定符和类型 | 方法和说明 |
|---|---|
AddressIdResponse |
addAddress(AddressDetail addressDetail)
添加地址
|
WxChannelBaseResponse |
deleteAddress(String addressId)
删除地址
|
AddressInfoResponse |
getAddress(String addressId)
获取地址详情
|
AddressListResponse |
listAddress(Integer offset,
Integer limit)
获取地址列表
|
WxChannelBaseResponse |
updateAddress(AddressDetail addressDetail)
更新地址
|
AddressListResponse listAddress(Integer offset, Integer limit) throws WxErrorException
offset - 起始位置limit - 拉取个数WxErrorException - 异常AddressInfoResponse getAddress(String addressId) throws WxErrorException
addressId - 地址idWxErrorException - 异常AddressIdResponse addAddress(AddressDetail addressDetail) throws WxErrorException
addressDetail - 地址WxErrorException - 异常WxChannelBaseResponse updateAddress(AddressDetail addressDetail) throws WxErrorException
addressDetail - 地址WxErrorException - 异常WxChannelBaseResponse deleteAddress(String addressId) throws WxErrorException
addressId - 地址idWxErrorException - 异常Copyright © 2025. All rights reserved.