Merge pull request #734 from fudiwei/bugfix

bugfix
This commit is contained in:
RHQYZ
2025-06-01 23:04:53 +08:00
committed by GitHub
4 changed files with 5 additions and 5 deletions

View File

@@ -386,7 +386,7 @@ type AccessConfigForWeComBot struct {
type AccessConfigForWestcn struct {
Username string `json:"username"`
ApiPassword string `json:"password"`
ApiPassword string `json:"apiPassword"`
}
type AccessConfigForZeroSSL struct {