constant

package
v0.0.0-...-3adb7df Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2023 License: Apache-2.0 Imports: 0 Imported by: 4

Documentation

Index

Constants

View Source
const (
	SignTypeMD5        = "MD5"         // (默认) MD5
	SignTypeHmacSHA256 = "HMAC-SHA256" // HMAC-SHA256
)

签名方式

View Source
const (
	ErrCodeSuccess = 0 // 成功
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseResponse

type BaseResponse struct {
	ErrCode int    `json:"errcode"` // 错误码
	ErrMsg  string `json:"errmsg"`  // 错误信息
}

返回结果的通信标识

Jump to

Keyboard shortcuts

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