fix: validate Wi-Fi password field

This commit is contained in:
wenjie
2026-05-20 11:53:53 +08:00
parent 94749ea621
commit 961d7f2e89

View File

@@ -26,7 +26,7 @@ type GetWifiRsp struct {
type ConnectWifiReq struct {
Ssid string `validate:"required"`
Password string `valid:"required"`
Password string `validate:"required"`
}
type GetDNSRsp struct {