新增天聚数行平台,手机归属地查询,身份证归属地查询
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user