storage.http 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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/moveBinOut
  9. ###
  10. POST http://bswas/api/thirdPart/haiq/storage/moveBin2
  11. ###
  12. POST http://bswas/api/thirdPart/haiq/storage/moveBinM
  13. ###
  14. POST http://bswas/api/thirdPart/haiq/storage/moveBinM2
  15. ###
  16. POST http://bswas/api/thirdPart/haiq/storage/moveBinIn
  17. ###
  18. POST http://bswas/api/thirdPart/haiq/storage/moveBinIn2
  19. ###
  20. POST http://bswas/api/thirdPart/haiq/storage/lightOn
  21. ###
  22. POST http://bswas/api/thirdPart/haiq/storage/lightOff
  23. ###
  24. POST https://was.baoshi56.com/api/thirdPart/haiq/light/update
  25. Content-Type: application/json
  26. {"locCode":"2323"}
  27. ###
  28. POST http://bswas/api/thirdPart/haiq/storage/taskUpdate
  29. Content-Type: application/json
  30. {"taskUpdate":"1","groupCode": "1","taskCode": "1","updateEventType": "1","status": "1","binCode": "1","kubotId": "1"}
  31. ###
  32. POST http://bswas/api/thirdPart/haiq/storage/exception
  33. Content-Type: application/json
  34. {"exception":"2"}
  35. ###