cacheShelf.http 457 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. ###
  2. # 亮灯
  3. POST http://bswas/api/station/cacheShelf/lightOn
  4. Content-Type: application/json
  5. {
  6. "id": "",
  7. "code": "",
  8. "index": "",
  9. "x": "x",
  10. "y": "y"
  11. }
  12. ###
  13. ###
  14. # 拍灯任务
  15. POST http://bswas/api/station/cacheShelf/pushTask
  16. Content-Type: application/json
  17. {
  18. "id": "",
  19. "code": "",
  20. "index": ""
  21. }
  22. ###
  23. ###
  24. #获取任务
  25. GET http://bswas/api/station/cacheShelf/getTasks
  26. Content-Type: application/json
  27. {
  28. "id": ""
  29. }
  30. ###