order_getServiceList_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 OrderGetServiceListParam

type OrderGetServiceListParam struct {
	// 开始时间时间戳
	StartTime int64 `json:"start_time"`
	// 结束时间时间戳,必须大于开始时间
	EndTime int64 `json:"end_time"`
	// 1、不传代表获取全部服务请求     2、操作状态:0 #待处理 10 #审核中 100 #已关闭
	Status *int32 `json:"status"`
	// 订单id
	OrderId *int64 `json:"order_id"`
	// 服务单id
	ServiceId *int64 `json:"service_id"`
	// 1、默认按服务单创建时间搜索     2、值为“create_time”:按服务单创建时间;值为“update_time”:按服务单更新时间
	OrderBy *string `json:"order_by"`
	// 页数(默认值为1,第一页从1开始)
	Page *int32 `json:"page"`
	// 每页订单数(默认为10,最大100),超过100则会按照最大值100处理
	Size *int32 `json:"size"`
	// 排序方式:ASC按时间升序,  DESC按时间降序     默认DESC
	Order *string `json:"order"`
}

type OrderGetServiceListRequest

type OrderGetServiceListRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *OrderGetServiceListParam
}

func New

func (*OrderGetServiceListRequest) Execute

func (c *OrderGetServiceListRequest) Execute(accessToken *doudian_sdk.AccessToken) (*order_getServiceList_response.OrderGetServiceListResponse, error)

func (*OrderGetServiceListRequest) GetParamObject

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

func (*OrderGetServiceListRequest) GetParams

func (*OrderGetServiceListRequest) GetUrlPath

func (c *OrderGetServiceListRequest) GetUrlPath() string

Jump to

Keyboard shortcuts

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