storage.http 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # For a quick start check out our HTTP Requests collection (Tools|HTTP Client|Open HTTP Requests Collection).
  2. ##
  3. ## Following HTTP Request Live Templates are available:
  4. ## * 'gtrp' and 'gtr' create a GET request with or without query parameters;
  5. ## * 'ptr' and 'ptrp' create a POST request with a simple or parameter-like body;
  6. ## * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
  7. ### out to roller
  8. POST http://bswas/api/thirdPart/haiq/storage/postBin1
  9. ###
  10. POST http://bswas/api/thirdPart/haiq/storage/postBin2
  11. ###
  12. POST http://bswas/api/thirdPart/haiq/storage/moveBinIn
  13. ###
  14. POST http://bswas/api/thirdPart/haiq/storage/moveBinIn2
  15. ###
  16. POST http://bswas/api/thirdPart/haiq/storage/moveBin2
  17. ###
  18. POST http://bswas/api/thirdPart/haiq/storage/moveBinM
  19. ###
  20. POST http://bswas/api/thirdPart/haiq/storage/moveBinM2
  21. ###
  22. POST http://bswas/api/thirdPart/haiq/storage/lightOn
  23. ###
  24. POST http://bswas/api/thirdPart/haiq/storage/lightOff
  25. ###
  26. POST https://was.baoshi56.com/api/thirdPart/haiq/light/update
  27. Content-Type: application/json
  28. {"locCode":"2323"}
  29. ###
  30. POST http://bswas/api/thirdPart/haiq/storage/taskUpdate
  31. Content-Type: application/json
  32. {"groupCode": "1159","taskCode":"1739","updateEventType": "0","status":"0","binCode": "8b839c28-f2e3-3d56-b34a-d9ac4fd81fa2","kubotId":"x","description": "dd"}
  33. ###
  34. POST http://bswas/api/thirdPart/haiq/storage/exception
  35. Content-Type: application/json
  36. {"exception":"2"}
  37. ###