| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 | {  "result": 1,  "description": null,  "para": {    "total": 20,    "dataList": [      {        "logicalCode": 100010,        "groupId": "123123123123123",        "groupNumber": "1",        "type": "洗衣机",        "isTransfer": "N",        "realtimeIncomeAvailable": true,        "incomeList": [          {            "name": "在线收益",            "value": 50          },          {            "name": "广告收益",            "value": 20          }        ]      },      {        "logicalCode": 10088,        "groupId": "3432423423423424",        "groupNumber": "2",        "type": "吹风机",        "isTransfer": "Y",        "incomeList": [          {            "name": "在线收益",            "value": 30          },          {            "name": "广告收益",            "value": 10          }        ]      },             {               "logicalCode": 100022,               "groupId": "123123",               "groupNumber": "3",               "type": "充电桩",               "incomeList": [               ]             }    ]  }}
 |