logistics_customTemplateList_response

package
v1.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 25, 2022 License: MulanPSL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CustomTemplateDataItem

type CustomTemplateDataItem struct {
	// 物流商编码
	LogisticsCode string `json:"logistics_code"`
	// 用户使用的模板数据
	CustomTemplateInfos []CustomTemplateInfosItem `json:"custom_template_infos"`
}

type CustomTemplateInfosItem

type CustomTemplateInfosItem struct {
	// 自定义模板code
	CustomTemplateCode string `json:"custom_template_code"`
	// 自定义区模板url(URL资源的内容为xml格式的报文)
	CustomTemplateUrl string `json:"custom_template_url"`
	// 自定义区模板名称
	CustomTemplateName string `json:"custom_template_name"`
	// 父模板code(查询标准模板API中返回的template_code)
	ParentTemplateCode string `json:"parent_template_code"`
}

type LogisticsCustomTemplateListData

type LogisticsCustomTemplateListData struct {
	// 自定义模板的数据列表
	CustomTemplateData []CustomTemplateDataItem `json:"custom_template_data"`
}

type LogisticsCustomTemplateListResponse

type LogisticsCustomTemplateListResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *LogisticsCustomTemplateListData `json:"data"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL