public interface WxChannelFreightTemplateService
| 限定符和类型 | 方法和说明 |
|---|---|
TemplateIdResponse |
addTemplate(FreightTemplate template)
添加运费模板
|
TemplateInfoResponse |
getTemplate(String templateId)
获取运费模板
|
TemplateListResponse |
listTemplate(Integer offset,
Integer limit)
获取运费模板列表
|
TemplateIdResponse |
updateTemplate(FreightTemplate template)
更新运费模板
|
TemplateListResponse listTemplate(Integer offset, Integer limit) throws WxErrorException
offset - 起始位置limit - 拉取个数WxErrorException - 异常TemplateInfoResponse getTemplate(String templateId) throws WxErrorException
templateId - 模板idWxErrorException - 异常TemplateIdResponse addTemplate(FreightTemplate template) throws WxErrorException
template - 运费模板WxErrorException - 异常TemplateIdResponse updateTemplate(FreightTemplate template) throws WxErrorException
template - 运费模板WxErrorException - 异常Copyright © 2025. All rights reserved.