t3联盟api对接

This commit is contained in:
wukesheng 2024-06-15 14:39:21 +08:00
parent 7c221bd329
commit eb35ad6883

View File

@ -1,5 +1,13 @@
package t3_union 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头信息 // header头信息
const ( const (
XT3Nonce = "x-t3-nonce" XT3Nonce = "x-t3-nonce"