This commit is contained in:
laodaming
2023-11-09 16:11:36 +08:00
parent a405a89567
commit 591278273f
6 changed files with 333 additions and 0 deletions

View File

@@ -14,5 +14,7 @@ type Config struct {
ApiHost string
EncryptKey string
VerificationToken string
AppId string
AppSecret string
}
}