12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "result": 1,
- "description": null,
- "payload": {
- "balance": "1500.00",
- "device": [
- {
- "id": "1",
- "balance": "100.00",
- "name": "微信公众号A资金池",
- "current": false
- },
- {
- "id": "2",
- "balance": "200.00",
- "name": "微信公众号B资金池",
- "current": true
- }
- ],
- "ad": [
- {
- "balance": "100.00",
- "name": "微信公众号B资金池",
- "current": true
- }
- ],
- "_ledger": "分润收益",
- "ledger": [
- {
- "id": "111",
- "balance": "200",
- "name": "新平台",
- "current": true
- }
- ]
- }
- }
|