getDealerDetailList 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "result": 1,
  3. "description": "",
  4. "data": {
  5. "total": 2,
  6. "dataList": [
  7. {
  8. "name": "经销商1",
  9. "tel": "13088889999",
  10. "id":"123123",
  11. "dateTimeAdded": 1504686639000,
  12. "devTotalNum":30,
  13. "onlineTotal":28,
  14. "status":"normal",
  15. "offlineTotal":2,
  16. "balance":100,
  17. "lineCoins": 5,
  18. "payIncome": 88,
  19. "hasZJFirePlatform": true,
  20. "ZJFirePlatform": {
  21. "companyName": "XX科技",
  22. "companyCode": "12010100120101",
  23. "companyAddress": "湖北武汉",
  24. "contactsName": "张三",
  25. "contactsTel": "13010101010",
  26. "deviceManufacturer": "XX快充科技"
  27. },
  28. "detail": "{\"balance\": \"632.88\"}"
  29. },
  30. {
  31. "name": "经销商2",
  32. "tel": "13088889933",
  33. "id":"323232",
  34. "dateTimeAdded": 1504686639000,
  35. "devTotalNum":30,
  36. "onlineTotal":28,
  37. "status":"normal",
  38. "offlineTotal":2,
  39. "balance":100,
  40. "lineCoins": 5,
  41. "payIncome": 88,
  42. "detail":"{}"
  43. }
  44. ]
  45. }
  46. }