product_auditList_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 ProductAuditListData

type ProductAuditListData struct {
	// 审核记录列表
	Records []RecordsItem `json:"records"`
	// 总数量
	Total int64 `json:"total"`
}

type ProductAuditListResponse

type ProductAuditListResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *ProductAuditListData `json:"data"`
}

type RecordsItem

type RecordsItem struct {
	// 商品id
	ProductId int64 `json:"product_id"`
	// 商品名称
	Title string `json:"title"`
	// 商品主图
	ImgUrl string `json:"img_url"`
	// 0-审核中 1-审核通过 2-审核拒绝
	PublishStatus int64 `json:"publish_status"`
	// 提审时间,单位为秒
	PublishTime int64 `json:"publish_time"`
	// 审核通过/拒绝时间,单位为秒
	AuditTime int64 `json:"audit_time"`
	// 审核未通过理由
	AuditReason map[string][]string `json:"audit_reason"`
}

Jump to

Keyboard shortcuts

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