logistics_templateList_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 LogisticsTemplateListData

type LogisticsTemplateListData struct {
	// 模版数据
	TemplateData []TemplateDataItem `json:"template_data"`
}

type LogisticsTemplateListResponse

type LogisticsTemplateListResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *LogisticsTemplateListData `json:"data"`
}

type TemplateDataItem

type TemplateDataItem struct {
	// 模版信息
	TemplateInfos []TemplateInfosItem `json:"template_infos"`
	// 物流公司
	LogisticsCode string `json:"logistics_code"`
}

type TemplateInfosItem

type TemplateInfosItem struct {
	// 模版id
	TemplateId int64 `json:"template_id"`
	// 模版编码
	TemplateCode string `json:"template_code"`
	// 模版名称
	TemplateName string `json:"template_name"`
	// 模版URL
	TemplateUrl string `json:"template_url"`
	// 版本
	Version int16 `json:"version"`
	// 模版类型; 1-一联单 2-二联单
	TemplateType int16 `json:"template_type"`
	// 预览URL
	PerviewUrl string `json:"perview_url"`
}

Jump to

Keyboard shortcuts

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