consts

package
v0.0.0-...-85b3fc2 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	HeaderAuthorization       = "Authorization" // 请求头Auth
	AuthorizationPrefixBasic  = "Basic "
	AuthorizationPrefixBearer = "Bearer "

	BaseUrl        = "https://api-m.paypal.com"         // 正式 URL
	SandboxBaseUrl = "https://api-m.sandbox.paypal.com" // 沙箱 URL

	// AccessTokenPath 获取链接路径
	AccessTokenPath = "/v1/oauth2/token" // 获取AccessToken POST

	Success = 0
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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