Commit e583defd74f1f6c268f9c10f9071358283fe06aa

Authored by 王通
1 parent d3e348c7

1

Showing 1 changed file with 1 additions and 1 deletions
README.md
@@ -278,7 +278,7 @@ @@ -278,7 +278,7 @@
278 | operCode | short | 一级协议 | 278 | operCode | short | 一级协议 |
279 | data.cityCode | short | 城市区号 | 279 | data.cityCode | short | 城市区号 |
280 | data.deviceId | string | 设备编号 | 280 | data.deviceId | string | 设备编号 |
281 -| data.lineId | string | 线路编号 | 281 +| data.lineId | string | 线路编号 6位 不足6位前面补0 如编号890 用000890表示 |
282 282
283 ```json 283 ```json
284 { 284 {