Fix missing

pull/5124/head
𐲓𐳛𐳪𐳂𐳐 𐲀𐳢𐳦𐳫𐳢 𐲥𐳔𐳛𐳪𐳌𐳑𐳖𐳇 2025-09-10 20:31:31 +08:00 committed by GitHub
parent aec040af86
commit b79664712d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ type HTTPRemoteConfig struct {
type HTTPClientConfig struct {
Address *Address `json:"address"`
Port uint16 `json:"port"`
Username string `json:user`
Password string `json:pass`
Username string `json:"user"`
Password string `json:"pass"`
Level uint32 `json:"level"`
Email string `json:"email"`
Servers []*HTTPRemoteConfig `json:"servers"`