orderfoodslowappeal

package
v0.0.0-...-905ac7b Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OrderFoodslowAppealRequest

type OrderFoodslowAppealRequest struct {
	/**
	 *  订单ID(订单展示号或者真实号)
	 */
	OrderId int64 `json:"orderId"`
	/**
	 *  图片地址url,多个以英文逗号间隔 如果 appeal_type为1,图片不能为空
	 */
	AppealPictures string `json:"appealPictures"`
	/**
	 *  商家申诉的类型 1.提交照片申诉 2.餐已经被骑手取走
	 */
	AppealType int32 `json:"appealType"`
}

func (*OrderFoodslowAppealRequest) DoInvoke

type OrderFoodslowAppealResponse

type OrderFoodslowAppealResponse struct {
	Code string `json:"code"`
	Msg  string `json:"msg"`
	/**
	 * 操作结果
	 */
	Data    string `json:"data"`
	TraceId string `json:"traceId"`
}

func (*OrderFoodslowAppealResponse) IsSuccess

func (response *OrderFoodslowAppealResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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