fix: user_type 示例与实际不一致的问题 #28

This commit is contained in:
Mmx233
2023-12-01 16:27:51 +08:00
parent 53bc2c2785
commit 007e21c082
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ type LoginForm struct {
Domain string `json:"domain" yaml:"domain"`
Username string `json:"username" yaml:"username"`
//运营商类型
UserType string `json:"user_type" yaml:"userType"`
UserType string `json:"user_type" yaml:"user_type"`
Password string `json:"password" yaml:"password"`
}