Commit dc9e9e7230d0107a60e318c0ab6a79a55405fe68

Authored by 王通
1 parent 05b522c0

1

Showing 1 changed file with 2 additions and 2 deletions
README.md
... ... @@ -266,7 +266,7 @@
266 266 "operCode":0xC0,
267 267 "data":{
268 268 "operCode":0x86,
269   - "requestAck":0x06 // 0x06同意 0x15不同意
  269 + "requestAck":0x06
270 270 }
271 271 }
272 272 ```
... ... @@ -276,7 +276,7 @@
276 276 | timestamp | long | 时间戳(ms) |
277 277 | operCode | short | 一级协议 |
278 278 | data.operCode | short | 二级协议 |
279   -| data.requestAck | short | 请求应答字 |
  279 +| data.requestAck | short | 请求应答字 0x06同意 0x15不同意|
280 280  
281 281 <span style="color: red">Response</span>:
282 282 ```json
... ...