package
Version:
v3.2.24
Opens a new window with list of versions in this module.
Published: Jul 15, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Meta struct {
Filename string `json:"filename"`
Sha256 string `json:"sha256"`
}
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 struct {
File string `json:"file"`
Meta *Meta `json:"meta"`
}
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 struct {
Action string `json:"action"`
LaunchRefundDay int `json:"launch_refund_day"`
RejectReason string `json:"reject_reason"`
RejectMediaList []string `json:"reject_media_list"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.