fix:修正参数配置文件显示

This commit is contained in:
Mmx
2021-07-11 11:03:47 +08:00
parent 49fdaf11c8
commit fa3cf9396b
2 changed files with 6 additions and 6 deletions

View File

@@ -8,10 +8,10 @@ type LoginForm struct {
}
type LoginMeta struct {
N string `json:"n"`
VType string `json:"v_type"`
Acid string `json:"acid"`
Enc string `json:"enc"`
N string `json:"n"`
Type string `json:"type"`
Acid string `json:"acid"`
Enc string `json:"enc"`
}
type LoginInfo struct {