weight.http 898 B

12345678910111213141516171819202122
  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. GET http://unsafe.baoshi56.com/api/thirdPart/hengli/weight/new
  8. Content-Type: application/json
  9. {"barcode":"testChannel11","weight":"5","id":"00C66186389","key":"2C7FACD3AFC3FFE547FC54CDA076A25D","time":"2020-2-26 14:17:07"}
  10. ###
  11. POST http://unsafe.baoshi56.com/package/measureMonitor/data
  12. Content-Type: application/json
  13. {"barcode":"testChannel11","weight":"5","id":"00C66186389","key":"2C7FACD3AFC3FFE547FC54CDA076A25D","time":"2020-2-26 14:17:07"}
  14. ###