| 123456789101112131415161718192021222324252627282930313233343536373839 |
- ###
- # 亮灯
- POST http://bswas/api/station/cacheShelf/lightOn
- Content-Type: application/json
- {
- "id": "",
- "code": "",
- "index": "",
- "x": "x",
- "y": "y"
- }
- ###
- ###
- # 拍灯任务
- POST http://bswas/api/station/cacheShelf/pushTask
- Content-Type: application/json
- {
- "id": "",
- "code": "",
- "index": ""
- }
- ###
- ###
- #获取任务
- GET http://bswas/api/station/cacheShelf/getTasks
- Content-Type: application/json
- {
- "id": ""
- }
- ###
|