Add AliId2MetaVerify OpenAPI pkg
Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
@@ -8,6 +8,7 @@ type config struct {
|
||||
Email email `yaml:"email"`
|
||||
Secrets secrets `yaml:"secrets"`
|
||||
TTL ttl `yaml:"ttl"`
|
||||
KYC kyc `yaml:"kyc"`
|
||||
}
|
||||
|
||||
type server struct {
|
||||
@@ -62,3 +63,8 @@ type ttl struct {
|
||||
RefreshTTL string `yaml:"refresh_ttl"`
|
||||
CheckinCodeTTL string `yaml:"checkin_code_ttl"`
|
||||
}
|
||||
|
||||
type kyc struct {
|
||||
AliAccessKeyId string `yaml:"ali_access_key_id"`
|
||||
AliAccessKeySecret string `yaml:"ali_access_key_secret"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user