product_qualificationConfig_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 ConfigListItem

type ConfigListItem struct {
	// 资质ID
	Key string `json:"key"`
	// 资质名
	Name string `json:"name"`
	// 填写提示
	TextList []string `json:"text_list"`
	// 是否必填
	IsRequired bool `json:"is_required"`
	// 支持的网页url类型,0:不支持;1:二手车质检报告url
	SupportWebUrlType string `json:"support_web_url_type"`
}

type ProductQualificationConfigData

type ProductQualificationConfigData struct {
	// 资质列表
	ConfigList []ConfigListItem `json:"config_list"`
}

type ProductQualificationConfigResponse

type ProductQualificationConfigResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *ProductQualificationConfigData `json:"data"`
}

Jump to

Keyboard shortcuts

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