修复设备WiFi上游请求参数
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m40s

This commit is contained in:
2026-04-27 15:19:23 +08:00
parent 66cec7515a
commit c3ae7fcfbc
10 changed files with 50 additions and 52 deletions

View File

@@ -6318,9 +6318,6 @@ components:
type: object
DtoSetWiFiRequest:
properties:
card_no:
description: 流量卡号ICCID
type: string
enabled:
description: 启用状态
type: boolean
@@ -6333,7 +6330,6 @@ components:
minLength: 1
type: string
required:
- card_no
- ssid
type: object
DtoShopCascadeItem: