Documentation
¶
Overview ¶
Code generated by goctl. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PayNotifyBody ¶
type PayNotifyBody struct { TradeId string `json:"trade_id"` OrderId string `json:"order_id"` Amount float64 `json:"amount"` ActualAmount float64 `json:"actual_amount"` Token string `json:"token"` BlockTransactionId string `json:"block_transaction_id"` Signature string `json:"signature"` Status int `json:"status"` }
type PayNotifyRequest ¶
type PayNotifyRequest struct { Type string `path:"type"` PayNotifyBody }
type WebhookRequest ¶
type WebhookRequest struct {
BotId int64 `path:"botId"`
}
Click to show internal directories.
Click to hide internal directories.