### # 亮灯 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": "" } ###