config

package
v0.0.0-...-48dfd08 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2022 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Debug        bool   // 是否为调试模式(调试模式下会输出 HTTP 请求和返回数据)
	Sandbox      bool   // 是否为沙箱测试环境
	Version      string // API 版本(当前固定为 V3)
	AppKey       string // App Key
	IntervalTime int64  // 当前请求与上次请求间隔的时间(单位为毫秒),默认为零,表示没有间隔,大于 0 表示实际间隔的毫秒数
}

Jump to

Keyboard shortcuts

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