fix: mml parameter upfHeaderLength

This commit is contained in:
2023-11-28 18:20:15 +08:00
parent 0508866bef
commit c109ad3826

View File

@@ -106,6 +106,7 @@ type YamlConfig struct {
Password string `ymal:"password"`
MmlHome string `yaml:"mmlHome"`
Upload string `yaml:"upload"`
UpfHeaderLength int `yaml:"upfHeaderLength"`
} `yaml:"mml"`
NE struct {