logistics_getDesignTemplateList_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 DesignTemplateDataItem

type DesignTemplateDataItem struct {
	// 自定义模板code
	DesignTemplateCode string `json:"design_template_code"`
	// 自定义模板名称
	DesignTemplateName string `json:"design_template_name"`
	// 自定义模板url
	DesignTemplateUrl string `json:"design_template_url"`
	// 打印项中字段列表
	DesignTemplateKeyList []string `json:"design_template_key_list"`
}

type LogisticsGetDesignTemplateListData

type LogisticsGetDesignTemplateListData struct {
	// 已发布的自定义模板列表
	DesignTemplateData []DesignTemplateDataItem `json:"design_template_data"`
}

type LogisticsGetDesignTemplateListResponse

type LogisticsGetDesignTemplateListResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *LogisticsGetDesignTemplateListData `json:"data"`
}

Jump to

Keyboard shortcuts

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