ca 服务升级

This commit is contained in:
haomingming
2026-04-28 13:46:44 +08:00
parent ff7959deec
commit eb11666b46
13 changed files with 807 additions and 17 deletions
+7
View File
@@ -0,0 +1,7 @@
package config
type CaOnlineV2 struct {
CaOnlineAppID string `mapstructure:"ca-online-app-id" json:"ca-online-app-id" yaml:"ca-online-app-id"`
CaOnlineAppSecret string `mapstructure:"ca-online-app-secret" json:"ca-online-app-secret" yaml:"ca-online-app-secret"`
CaOnlineAPIURL string `mapstructure:"ca-online-api-url" json:"ca-online-api-url" yaml:"ca-online-api-url"`
}