governappealdetailquery

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 AppealMediaDTO

type AppealMediaDTO struct {
	/**
	 * 1:图片 ,2:视频
	 */
	Type int32 `json:"type"`
	/**
	 * 图片url
	 */
	PicUrl string `json:"picUrl"`
	/**
	 * 视频url
	 */
	VideoUrl string `json:"videoUrl"`
}

type GovernAppealDetailQueryRequest

type GovernAppealDetailQueryRequest struct {
	/**
	 *  违规单Id
	 */
	ViolationDetailId int64 `json:"violationDetailId"`
}

func (*GovernAppealDetailQueryRequest) DoInvoke

type GovernAppealDetailQueryResponse

type GovernAppealDetailQueryResponse struct {
	Code    string                 `json:"code"`
	Msg     string                 `json:"msg"`
	Data    OpenViolationAppealDTO `json:"data"`
	TraceId string                 `json:"traceId"`
}

func (*GovernAppealDetailQueryResponse) IsSuccess

func (response *GovernAppealDetailQueryResponse) IsSuccess() bool

type OpenViolationAppealDTO

type OpenViolationAppealDTO struct {
	/**
	 * 申诉单id
	 */
	Id int32 `json:"id"`
	/**
	 * 门店id
	 */
	AppPoiCode string `json:"appPoiCode"`
	/**
	 * 0,"不支持申诉",10,"可申诉",20,"申诉中",30,"申诉成功",40,"申诉失败",50,"逾期未申诉",60,"已确认违规"
	 */
	Status int32 `json:"status"`
	/**
	 * 处理结果文案
	 */
	Description string `json:"description"`
	/**
	 * 商家申请文字材料
	 */
	Content string `json:"content"`
	/**
	 * 申诉媒体材料
	 */
	MediaList []AppealMediaDTO `json:"mediaList"`
	/**
	 * 违规单id
	 */
	ViolationDetailId int64 `json:"violationDetailId"`
	/**
	 * 申诉时间
	 */
	Ctime int64 `json:"ctime"`
	/**
	 * 最后处理时间
	 */
	Utime int64 `json:"utime"`
}

Jump to

Keyboard shortcuts

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