Showing
1 changed file
with
12 additions
and
10 deletions
@@ -66,22 +66,24 @@ | @@ -66,22 +66,24 @@ | ||
66 | "md5": null, | 66 | "md5": null, |
67 | "data": [ | 67 | "data": [ |
68 | { | 68 | { |
69 | - "id": null, | ||
70 | - //打印机名称 | ||
71 | - "printerName": "yoho", | 69 | + "id": 6, |
70 | + //打印机名称 | ||
71 | + "printerName": "2345", | ||
72 | //打印机IP | 72 | //打印机IP |
73 | + "printerIp": "128.12.23.235", | ||
74 | + "storeId": 66 | ||
75 | + }, | ||
76 | + { | ||
77 | + "id": 10, | ||
78 | + "printerName": "yoho", | ||
73 | "printerIp": "0.0.0.0", | 79 | "printerIp": "0.0.0.0", |
74 | - "storeId": 66, | ||
75 | - "storeName": null, | ||
76 | - "createTime": null | 80 | + "storeId": 66 |
77 | }, | 81 | }, |
78 | { | 82 | { |
79 | - "id": null, | 83 | + "id": 12, |
80 | "printerName": "qianxuejun", | 84 | "printerName": "qianxuejun", |
81 | "printerIp": "20.20.20.12", | 85 | "printerIp": "20.20.20.12", |
82 | - "storeId": 66, | ||
83 | - "storeName": null, | ||
84 | - "createTime": null | 86 | + "storeId": 66 |
85 | } | 87 | } |
86 | ] | 88 | ] |
87 | } | 89 | } |
-
Please register or login to post a comment