curl --location 'https://app.tangshengyun.cn/app/v1/main/mainInfo' \
--header 'Authorization: Bearer ' \
--header 'clientId: 428a8310cd442757ae699df5d894f051'{
"code": 0,
"msg": "string",
"data": {
"revenue": {
"withdrawableAmount": "string",
"waitWithdrawableAmount": "string",
"totalAmount": "string",
"withdrawnAmount": "string",
"yesterdayAmount": "string",
"deviceAmount": "string",
"yesterdayDeviceAmount": "string"
},
"device": {
"allRun": 0,
"allError": 0,
"nodeRun": 0,
"nodeError": 0,
"boxRun": 0,
"boxError": 0,
"routerRun": 0,
"routerError": 0,
"monitorErrorDeviceCount": 0,
"monitorErrorCount": 0
}
}
}