walletData 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "result": 1,
  3. "description": null,
  4. "payload": {
  5. "balance": "1500.00",
  6. "withdraw": [
  7. {
  8. "id": "1",
  9. "balance": "100.00",
  10. "name": "微信公众号A资金池",
  11. "current": false
  12. },
  13. {
  14. "id": "2",
  15. "balance": "200.00",
  16. "name": "微信公众号B资金池",
  17. "current": true
  18. }
  19. ],
  20. "device": [
  21. {
  22. "id": "1",
  23. "balance": "50.00",
  24. "name": "微信公众号A资金池",
  25. "current": false
  26. },
  27. {
  28. "id": "2",
  29. "balance": "100.00",
  30. "name": "微信公众号B资金池",
  31. "current": true
  32. }
  33. ],
  34. "traffic": [
  35. {
  36. "balance": "240.00",
  37. "name": "微信公众号B资金池",
  38. "current": true
  39. }
  40. ],
  41. "ad": [
  42. {
  43. "id": "1",
  44. "balance": "50.00",
  45. "name": "微信公众号A资金池",
  46. "current": false
  47. },
  48. {
  49. "id": "2",
  50. "balance": "100.00",
  51. "name": "微信公众号B资金池",
  52. "current": true
  53. }
  54. ]
  55. }
  56. }