七月迭代短暂完结,还有很多后端的关键东西没有弄,这是一版赶时间做的东西
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m26s

This commit is contained in:
2026-07-25 17:06:58 +08:00
parent ad9f613dd6
commit 73f5125d3d
249 changed files with 17137 additions and 877 deletions

View File

@@ -4,15 +4,17 @@
## 1. success 示例
### 1.1 设备限速(`device_speed_limit`
### 1.1 IoT 卡固定档位限速(`card_speed_tier`
```bash
curl -X POST "http://127.0.0.1:8080/api/admin/devices/<identifier>/speed-limit" \
curl -X PUT "http://127.0.0.1:8080/api/admin/iot-cards/<iccid>/speed-tier" \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-d '{"speed_limit":1024}'
-d '{"code":3}'
```
该入口只接受 IoT 卡 ICCID设备没有限速接口也不通过设备当前绑定卡间接限速。
### 1.2 资产轮询开关(`asset_polling_status`
```bash