This commit is contained in:
2026-06-19 18:52:13 +08:00
parent c4c9722250
commit 1ffff66dee
21 changed files with 1291 additions and 31 deletions

View File

@@ -102,10 +102,11 @@ type TaxConfig struct {
TaxExemptionAmount float64
}
type TianyuanapiConfig struct {
AccessID string
Key string
BaseURL string
Timeout int64
AccessID string
Key string
BaseURL string
Timeout int64
WhitelistMgmtKey string
}
type AuthorizationConfig struct {