Documentation
¶
Overview ¶
Package payload defines all the payload structures used in tasks
Index ¶
Constants ¶
View Source
const ( SUCCESS = 0 NotifyTimeoutMillis = 120 )
Variables ¶
View Source
var NotifyFrequency = []int{15, 15, 30, 180,
1800, 1800, 1800, 3600}
Functions ¶
This section is empty.
Types ¶
type PayOrderNotifyReq ¶
type PayOrderNotifyResp ¶
type PayOrderNotifyResp struct {
// Error code | 错误代码
Code int `json:"code"`
}
Click to show internal directories.
Click to hide internal directories.