From 5e64c64ce391a3a879686ed38ddda4c94a73423b Mon Sep 17 00:00:00 2001 From: huang Date: Sat, 28 Mar 2026 17:12:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/gateway/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/gateway/models.go b/internal/gateway/models.go index 2e6e1d6..c8f53ef 100644 --- a/internal/gateway/models.go +++ b/internal/gateway/models.go @@ -135,7 +135,7 @@ type SlotInfoResp struct { // SyncDeviceInfoReq sync-info 同步查询设备信息请求 // cardNo 规则:>15 位用 ICCID,=15 位用 IMEI,=11 位用 SN type SyncDeviceInfoReq struct { - CardNo string `json:"card_no" description:"设备标识(ICCID/IMEI/SN)"` + CardNo string `json:"cardNo" description:"设备标识(ICCID/IMEI/SN)"` } // SyncDeviceInfoResp sync-info 同步查询设备信息响应(对应 Gateway data 字段)