request

package
v3.2.22 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Meta

type Meta struct {
	Filename string `json:"filename"`
	Sha256   string `json:"sha256"`
}

type RequestComplaints

type RequestComplaints struct {
	Limit            int8   `json:"limit"`
	Offset           int8   `json:"offset"`
	BeginDate        string `json:"begin_date"`
	EndDate          string `json:"end_date"`
	ComplaintedMchId string `json:"complainted_mchid"`
}

type RequestMediaUpload

type RequestMediaUpload struct {
	File string `json:"file"`
	Meta *Meta  `json:"meta"`
}

type RequestReplyToUser

type RequestReplyToUser struct {
	ComplaintedMchid string   `json:"complainted_mchid"`
	ResponseContent  string   `json:"response_content"`
	ResponseImages   []string `json:"response_images"`
	JumpUrl          string   `json:"jump_url"`
	JumpUrlText      string   `json:"jump_url_text"`
}

type RequestUpdateFeedback

type RequestUpdateFeedback struct {
	Action          string   `json:"action"`
	LaunchRefundDay int      `json:"launch_refund_day"`
	RejectReason    string   `json:"reject_reason"`
	RejectMediaList []string `json:"reject_media_list"`
	Remark          string   `json:"remark"`
}

Jump to

Keyboard shortcuts

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