t3联盟api对接
This commit is contained in:
parent
7c221bd329
commit
eb35ad6883
@ -1,5 +1,13 @@
|
||||
package t3_union
|
||||
|
||||
// 相关地址
|
||||
const (
|
||||
SiteDomain = "https://union.t3go.cn" // Domain 后台域名
|
||||
SiteUrl = "https://union.t3go.cn/#/dashboard" // SiteUrl 后台地址
|
||||
DocUrl = "https://union.t3go.cn/#/account/api" // DocUrl 文档地址
|
||||
ApiDocUrl = "https://union.t3go.cn/#/account/api" // ApiDocUrl api文档地址
|
||||
)
|
||||
|
||||
// header头信息
|
||||
const (
|
||||
XT3Nonce = "x-t3-nonce"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user