walletData 888 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "result": 1,
  3. "description": null,
  4. "payload": {
  5. "balance": "1500.00",
  6. "device": [
  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. "ad": [
  21. {
  22. "balance": "100.00",
  23. "name": "微信公众号B资金池",
  24. "current": true
  25. }
  26. ],
  27. "_ledger": "分润收益",
  28. "ledger": [
  29. {
  30. "id": "111",
  31. "balance": "200",
  32. "name": "新平台",
  33. "current": true
  34. }
  35. ]
  36. }
  37. }