1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "result": 1,
- "description": null,
- "payload": {
- "balance": "1500.00",
- "withdraw": [
- {
- "id": "1",
- "balance": "100.00",
- "name": "微信公众号A资金池",
- "current": false
- },
- {
- "id": "2",
- "balance": "200.00",
- "name": "微信公众号B资金池",
- "current": true
- }
- ],
- "device": [
- {
- "id": "1",
- "balance": "50.00",
- "name": "微信公众号A资金池",
- "current": false
- },
- {
- "id": "2",
- "balance": "100.00",
- "name": "微信公众号B资金池",
- "current": true
- }
- ],
- "traffic": [
- {
- "balance": "240.00",
- "name": "微信公众号B资金池",
- "current": true
- }
- ],
- "ad": [
- {
- "id": "1",
- "balance": "50.00",
- "name": "微信公众号A资金池",
- "current": false
- },
- {
- "id": "2",
- "balance": "100.00",
- "name": "微信公众号B资金池",
- "current": true
- }
- ]
- }
- }
|