feat:支持多运营商

This commit is contained in:
Mmx
2021-07-11 10:58:06 +08:00
parent 9d81d18138
commit 49fdaf11c8
3 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ package Modles
type LoginForm struct {
Domain string `json:"domain"`
UserName string `json:"username"`
UserType string `json:"user_type"`
PassWord string `json:"password"`
}