payload

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2023 License: MIT Imports: 0 Imported by: 0

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 PayOrderNotifyReq struct {
	MerchantOrderId string `json:"merchantOrderId"`
	PayOrderId      uint64 `json:"payOrderId"`
}

type PayOrderNotifyResp

type PayOrderNotifyResp struct {
	// Error code | 错误代码
	Code int `json:"code"`
}

Jump to

Keyboard shortcuts

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