Commit f07c2788f5ac4a0f20b5d5df1c25ad63fbd5bca8

Authored by 王通
1 parent c57fc2be

1

Showing 1 changed file with 13 additions and 13 deletions
README.md
@@ -208,17 +208,17 @@ @@ -208,17 +208,17 @@
208 ```json 208 ```json
209 { 209 {
210 "msgId":12345, 210 "msgId":12345,
211 - "operCode":0x60, 211 + "operCode":96,
212 "data":{ 212 "data":{
213 - companyCode:22,//short  
214 - deviceId:029L2222,//string  
215 - timestamp:134326,//long  
216 - instructType:0x00,//short  
217 - dispatchInstruct:0x00,//short  
218 - msgId:12345,//long  
219 - alarmTime:201606012000,//long  
220 - serviceState:0x00000000,//long  
221 - txtContent:"你好"//string 213 + "companyCode":22,//short
  214 + "deviceId":"029L2222",//string
  215 + "timestamp":134326,//long
  216 + "instructType":00,//short
  217 + "dispatchInstruct":0x00,//short
  218 + "msgId":12345,//long
  219 + "alarmTime":201606012000,//long
  220 + "serviceState":00000000,//long
  221 + "txtContent":"你好"//string
222 } 222 }
223 } 223 }
224 ``` 224 ```
@@ -227,9 +227,9 @@ @@ -227,9 +227,9 @@
227 "msgId":12345, 227 "msgId":12345,
228 "operCode":0x64, 228 "operCode":0x64,
229 "data":{ 229 "data":{
230 - cityCode:22,//int  
231 - deviceId:029L2222,//string  
232 - lineId:134326//string 230 + "cityCode":22,//int
  231 + "deviceId":"029L2222",//string
  232 + "lineId":"134326"//string
233 } 233 }
234 } 234 }
235 ``` 235 ```