新增天聚数行平台,手机归属地查询,身份证归属地查询

This commit is contained in:
2025-03-20 20:32:57 +08:00
parent 9eb13590fc
commit b8377d8887
8 changed files with 382 additions and 172 deletions

View File

@@ -18,6 +18,7 @@ type Config struct {
Ali AliConfig
WestConfig WestConfig
YushanConfig YushanConfig
TianjuConfig TianjuConfig
SystemConfig SystemConfig
}
@@ -80,6 +81,10 @@ type YushanConfig struct {
AcctID string
Url string
}
type TianjuConfig struct {
ApiKey string
BaseURL string
}
type SystemConfig struct {
ThreeVerify bool
}