| 12345678910111213141516171819202122232425262728293031323334 | {  "result": 1,  "description": null,  "payload": {    "income": [      {        "value": "recharge",        "text": "购币"      },      {        "value": "recharge_card",        "text": "充卡"      },      {        "value": "offline_coin",        "text": "线下投币"      },      {        "value": "ad",        "text": "广告收益"      }    ],    "consumption": [      {        "value": "onlineConsume",        "text": "在线投币"      },      {        "value": "cardConsume",        "text": "刷卡投币"      }    ]  }}
 |