修改
This commit is contained in:
@@ -3610,6 +3610,14 @@ components:
|
||||
description: 本次开机运行时间(秒)
|
||||
nullable: true
|
||||
type: string
|
||||
signal_bad_reason:
|
||||
description: 信号较弱时的怀疑原因提示
|
||||
nullable: true
|
||||
type: string
|
||||
signal_quality:
|
||||
description: 信号综合判断(信号很好/信号正常/信号较弱/信号很差/暂无数据)
|
||||
nullable: true
|
||||
type: string
|
||||
sinr:
|
||||
description: 信噪比(dB)
|
||||
nullable: true
|
||||
@@ -3906,6 +3914,14 @@ components:
|
||||
description: 设备本次开机运行时间(秒)
|
||||
nullable: true
|
||||
type: string
|
||||
signal_bad_reason:
|
||||
description: 信号较弱时的怀疑原因提示
|
||||
nullable: true
|
||||
type: string
|
||||
signal_quality:
|
||||
description: 信号综合判断(信号很好/信号正常/信号较弱/信号很差/暂无数据)
|
||||
nullable: true
|
||||
type: string
|
||||
sinr:
|
||||
description: 信噪比(dB)
|
||||
nullable: true
|
||||
@@ -13578,9 +13594,11 @@ paths:
|
||||
- `device_name`: 设备名称
|
||||
- `device_model`: 设备型号
|
||||
- `device_type`: 设备类型
|
||||
- `max_sim_slots`: 最大插槽数(默认4)
|
||||
- `imei`: 设备 IMEI
|
||||
- `manufacturer`: 制造商
|
||||
- `iccid_1` ~ `iccid_4`: 绑定的卡 ICCID(卡必须已存在且未绑定)
|
||||
- `max_sim_slots`: 最大插槽数(默认4,范围1-4)
|
||||
- `iccid_1` ~ `iccid_4`: 固定槽位的卡 ICCID(`iccid_1`=槽1,`iccid_2`=槽2,`iccid_3`=槽3,`iccid_4`=槽4;卡必须已存在且未绑定)
|
||||
- 槽位规则:中间留空不会触发前移补位;如果 `max_sim_slots=2`,则 `iccid_3`、`iccid_4` 必须留空,否则该行失败
|
||||
- 列格式:设置为文本格式(避免长数字被转为科学记数法)
|
||||
requestBody:
|
||||
content:
|
||||
|
||||
Reference in New Issue
Block a user