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

type ListItem struct {
	// 服务请求ID
	Id int64 `json:"id"`
	// 订单号
	OrderId int64 `json:"order_id"`
	// 操作状态
	OperateStatus int32 `json:"operate_status"`
	// 服务单详情
	Detail string `json:"detail"`
	// 回复内容
	Reply string `json:"reply"`
	// 服务创建时间
	CreateTime string `json:"create_time"`
	// 服务类型
	ServiceType int64 `json:"service_type"`
	// 回复时间
	ReplyTime string `json:"reply_time"`
	// 操作状态含义
	OperateStatusDesc string `json:"operate_status_desc"`
	// 店铺id
	ShopId int64 `json:"shop_id"`
	// 服务更新时间时间
	UpdateTime string `json:"update_time"`
}

type OrderGetServiceListData

type OrderGetServiceListData struct {
	// 总数
	Total int64 `json:"total"`
	// 列表
	List []ListItem `json:"list"`
}

type OrderGetServiceListResponse

type OrderGetServiceListResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *OrderGetServiceListData `json:"data"`
}

Jump to

Keyboard shortcuts

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