product_auditList_request

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProductAuditListParam

type ProductAuditListParam struct {
	// 指定审核状态返回商品列表:0-审核中 1-审核通过 2-审核拒绝
	PublishStatus int64 `json:"publish_status"`
	// 第几页(第一页为0,最大为99)
	Page int64 `json:"page"`
	// 每页返回条数,最多支持100条
	Size int64 `json:"size"`
	// 商品id
	ProductId *int64 `json:"product_id"`
}

type ProductAuditListRequest

type ProductAuditListRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *ProductAuditListParam
}

func New

func (*ProductAuditListRequest) Execute

func (c *ProductAuditListRequest) Execute(accessToken *doudian_sdk.AccessToken) (*product_auditList_response.ProductAuditListResponse, error)

func (*ProductAuditListRequest) GetParamObject

func (c *ProductAuditListRequest) GetParamObject() interface{}

func (*ProductAuditListRequest) GetParams

func (*ProductAuditListRequest) GetUrlPath

func (c *ProductAuditListRequest) GetUrlPath() string

Jump to

Keyboard shortcuts

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