public class WxChannelFreightTemplateServiceImpl extends Object implements WxChannelFreightTemplateService
| 构造器和说明 |
|---|
WxChannelFreightTemplateServiceImpl(BaseWxChannelServiceImpl shopService) |
| 限定符和类型 | 方法和说明 |
|---|---|
TemplateIdResponse |
addTemplate(FreightTemplate template)
添加运费模板
|
TemplateInfoResponse |
getTemplate(String templateId)
获取运费模板
|
TemplateListResponse |
listTemplate(Integer offset,
Integer limit)
获取运费模板列表
|
TemplateIdResponse |
updateTemplate(FreightTemplate template)
更新运费模板
|
public WxChannelFreightTemplateServiceImpl(BaseWxChannelServiceImpl shopService)
public TemplateListResponse listTemplate(Integer offset, Integer limit) throws WxErrorException
WxChannelFreightTemplateServicelistTemplate 在接口中 WxChannelFreightTemplateServiceoffset - 起始位置limit - 拉取个数WxErrorException - 异常public TemplateInfoResponse getTemplate(String templateId) throws WxErrorException
WxChannelFreightTemplateServicegetTemplate 在接口中 WxChannelFreightTemplateServicetemplateId - 模板idWxErrorException - 异常public TemplateIdResponse addTemplate(FreightTemplate template) throws WxErrorException
WxChannelFreightTemplateServiceaddTemplate 在接口中 WxChannelFreightTemplateServicetemplate - 运费模板WxErrorException - 异常public TemplateIdResponse updateTemplate(FreightTemplate template) throws WxErrorException
WxChannelFreightTemplateServiceupdateTemplate 在接口中 WxChannelFreightTemplateServicetemplate - 运费模板WxErrorException - 异常Copyright © 2025. All rights reserved.