fix: set-wifi
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 6m0s

This commit is contained in:
sexygoat
2026-04-27 09:59:01 +08:00
parent 819fe9080a
commit 2a33434005
6 changed files with 13 additions and 13 deletions

View File

@@ -271,7 +271,7 @@ export interface SwitchCardRequest {
// 设置WiFi请求参数
export interface SetWiFiRequest {
enabled: number // 启用状态0:禁用, 1:启用)
enabled: boolean // 启用状态
ssid: string // WiFi 名称1-32字符
password: string // WiFi 密码8-63字符
}