getMoniApps 881 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "result": 1,
  3. "description": "数据OK",
  4. "payload": {
  5. "total": 8,
  6. "dataList": [
  7. {
  8. "id":"dsfafsdadsfadf",
  9. "appName":"公众号1",
  10. "appId":"12312",
  11. "secret":"3221312",
  12. "priority":1,
  13. "status":"addingFans",
  14. "qrCode":"http://www.washpayer.com/app/img/headImg.jpg",
  15. "desc":"这是加粉的公众号1"
  16. },
  17. {
  18. "id":"dfadfadf",
  19. "appName":"公众号2",
  20. "appId":"xxx",
  21. "secret":"zxvcv",
  22. "priority":3,
  23. "status":"fansFull",
  24. "desc":"这是加粉的公众号2"
  25. },
  26. {
  27. "id":"gdgadfgfg",
  28. "appName":"公众号3",
  29. "appId":"dfasf",
  30. "secret":"dsfad",
  31. "priority":5,
  32. "status":"appOver",
  33. "desc":"这是加粉的公众号3"
  34. }
  35. ]
  36. }
  37. }