errorTable.txt 639 B

12345678910111213141516171819202122232425262728293031323334353637
  1. 分页获取充电桩异常信息:
  2. api url:
  3. http://161.117.183.142/steve/crmApi/error/table/pages
  4. type:
  5. POST
  6. header:
  7. accessToken
  8. params:
  9. {
  10. "pageSize": 10,
  11. "pageNo": 1,
  12. "pageVo": {
  13. "criteria": ""
  14. }
  15. }
  16. return:
  17. {
  18. "code": 2000,
  19. "success": true,
  20. "msg": "Succeed.",
  21. "data": [
  22. {
  23. "siteName": "Marina Country Club",
  24. "chargeBoxId": "MCC-0001",
  25. "status": "Faulted",
  26. "errorCode": "OtherError",
  27. "vendorErrorCode": "4024",
  28. "statusTimestamp": "2021-11-23 11:06",
  29. "connectorId": 0
  30. }
  31. ],
  32. "total": 87
  33. }