{
"ret": 0,
"msg": "string",
"err": "string",
"data": {
"totalAmount": 0,
"todayTotalProfit": 0,
"todayTotalProfitRate": 0,
"accountHoldingVOList": [
{
"accountId": 0,
"accountName": "string",
"totalAmount": 0,
"totalProfit": 0,
"totalProfitRate": 0,
"todayTotalProfit": 0,
"todayTotalProfitRate": 0
}
]
}
}