logistics_getCustomTemplateList_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"`
	// 自定义区模板名称
	CustomTemplateName string `json:"custom_template_name"`
	// 父模板code(查询标准模板API中返回的template_code)
	ParentTemplateCode string `json:"parent_template_code"`
	// 自定义区模板url(URL资源的内容为xml格式的报文)
	CustomTemplateUrl string `json:"custom_template_url"`
	// customTemplateKeyList(打印项中字段列表)
	CustomTemplateKeyList []string `json:"custom_template_key_list"`
	// 自定义区模板id
	CustomTemplateId int64 `json:"custom_template_id"`
	// 父模板id
	ParentTemplateId int64 `json:"parent_template_id"`
}

type LogisticsGetCustomTemplateListData

type LogisticsGetCustomTemplateListData struct {
	// 商家所有快递自定义模板的数据列表
	CustomTemplateData []CustomTemplateDataItem `json:"custom_template_data"`
}

type LogisticsGetCustomTemplateListResponse

type LogisticsGetCustomTemplateListResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *LogisticsGetCustomTemplateListData `json:"data"`
}

Jump to

Keyboard shortcuts

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