Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestQueryWorkRedPack ¶
type RequestQueryWorkWX ¶
type RequestSendGroupRedPack ¶
type RequestSendGroupRedPack struct {
Sign string `xml:"sign"`
MchBillNO string `xml:"mch_billno"`
MchID string `xml:"mch_id"`
WXAppID string `xml:"wxappid"`
SendName string `xml:"send_name"`
ReOpenID string `xml:"re_openid"`
TotalAmount int64 `xml:"total_amount"`
TotalNum int32 `xml:"total_num"`
AmtType string `xml:"amt_type"`
Wishing string `xml:"wishing"`
ActName string `xml:"act_name"`
Remark string `xml:"remark"`
SceneID string `xml:"scene_id"`
NonceStr string `xml:"nonce_str"`
RiskInfo string `xml:"risk_info"`
}
type RequestSendMiniProgramNormal ¶
type RequestSendMiniProgramNormal struct {
MchBillNO string `xml:"mch_billno" json:"mch_billno"`
MchID string `xml:"mch_id" json:"mch_id"`
WXAppID string `xml:"wxappid" json:"wxappid"`
SendName string `xml:"send_name" json:"send_name"`
ReOpenID string `xml:"re_openid" json:"re_openid"`
TotalAmount int `xml:"total_amount" json:"total_amount"`
TotalNum int `xml:"total_num" json:"total_num"`
Wishing string `xml:"wishing" json:"wishing"`
ActName string `xml:"act_name" json:"act_name"`
Remark string `xml:"remark" json:"remark"`
NotifyWay string `xml:"notify_way" json:"notify_way"`
SceneID string `xml:"scene_id" json:"scene_id"`
}
type RequestSendRedPack ¶
type RequestSendRedPack struct {
MchBillNO string `xml:"mch_billno" json:"mch_billno"`
MchID string `xml:"mch_id" json:"mch_id"`
WXAppID string `xml:"wxappid" json:"wxappid"`
SendName string `xml:"send_name" json:"send_name"`
ReOpenID string `xml:"re_openid" json:"re_openid"`
TotalAmount int `xml:"total_amount" json:"total_amount"`
TotalNum int `xml:"total_num" json:"total_num"`
Wishing string `xml:"wishing" json:"wishing"`
ClientIP string `xml:"client_ip" json:"client_ip"`
ActName string `xml:"act_name" json:"act_name"`
Remark string `xml:"remark" json:"remark"`
SceneID string `xml:"scene_id" json:"scene_id"`
RiskInfo string `xml:"risk_info" json:"risk_info"`
}
type RequestSendWorkWX ¶
type RequestSendWorkWX struct {
NonceStr string `xml:"nonce_str"`
Sign string `xml:"sign"`
MchBillNO string `xml:"mch_billno"`
MchID string `xml:"mch_id"`
WXAppID string `xml:"wxappid"`
SenderName string `xml:"sender_name"`
SenderHeaderMediaID string `xml:"sender_header_media_id"`
ReOpenID string `xml:"re_openid"`
TotalAmount string `xml:"total_amount"`
Wishing string `xml:"wishing"`
ActName string `xml:"act_name"`
Remark string `xml:"remark"`
WorkWXSign string `xml:"workwx_sign"`
}
type RequestSendWorkWXRedPack ¶
type RequestSendWorkWXRedPack struct {
NonceStr string `xml:"nonce_str"`
Sign string `xml:"sign"`
MchBillNO string `xml:"mch_billno"`
MchID string `xml:"mch_id"`
WXAppID string `xml:"wxappid"`
SenderName string `xml:"sender_name"`
SenderHeaderMediaID string `xml:"sender_header_media_id"`
ReOpenID string `xml:"re_openid"`
TotalAmount string `xml:"total_amount"`
Wishing string `xml:"wishing"`
ActName string `xml:"act_name"`
Remark string `xml:"remark"`
WorkWXSign string `xml:"workwx_sign"`
}
Click to show internal directories.
Click to hide internal directories.