Commit ccc64bdec13b459fe7f0af519db2883990f593c8

Authored by 潘钊
1 parent 2f56178a

修改表格

Showing 1 changed file with 4 additions and 4 deletions
README.md
... ... @@ -5,8 +5,8 @@
5 5 ---------
6 6 * [字典表](#怎样使用字典)
7 7 * [车载 gps 相关数据](#gps)
8   - * [实时数据接口 -http](#实时gps数据接口http)
9   - * [进出站数据 -redis](#进出站数据接口)
  8 + * [实时gps数据接口http](#实时gps接口)
  9 + * [进出站数据接口](#进出站数据接口)
10 10  
11 11 ----------
12 12  
... ... @@ -38,7 +38,7 @@
38 38  
39 39 ## gps
40 40 ----------
41   -### 实时gps数据接口http
  41 +### 实时gps接口
42 42  
43 43 地址: [http://192.168.168.2:8888](http://192.168.168.2:8888)
44 44  
... ... @@ -48,7 +48,7 @@
48 48 ```
49 49  
50 50 | -字段- | -类型-|-备注-|
51   -| -- | --|--|
  51 +| ---- | ---- | ---- |
52 52 | companyCode | int | 公司代码 |
53 53 | lineId | int | 线路编码 |
54 54 | deviceId | String | 设备编号 |
... ...