Commit e3ffe7edf5c532da87110ae236895f115227396c

Authored by 孙向锦
1 parent cafb8058

update

Showing 1 changed file with 7 additions and 4 deletions
海亮定制.md
... ... @@ -832,17 +832,20 @@ public static String bytesToHexString(byte[] src) {
832 832  
833 833  
834 834  
835   -#### 文本下发返回(待完成-可能修改)
  835 +#### 文本下发返回
836 836 <br>主题: /client/${client}/report
837 837 <br>指令内容:
838 838 ```json
839 839 {
840 840 "i": 61,
841 841 "en": "6",
842   - "sn": ["2126956007", "2126956008"],
  842 + "cmd": 1,
843 843 "m": [{
844   - "cmd": 81,
845   - "success": 0
  844 + "sn": "2126833671",
  845 + "success": 0
  846 + },{
  847 + "sn": "2126833672",
  848 + "success": 0
846 849 }]
847 850 }
848 851 ```
... ...