Authorization: Bearer ********************{}curl --location --request POST '/ma/customer/account/list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"ret": 0,
"msg": "success",
"err": null,
"data": {
"totalAmount": 296649.30,
"todayTotalProfit": -1179.68,
"todayTotalProfitRate": -0.4000,
"accountList": [
{
"accountId": "3398869",
"accountName": "支付宝",
"holdingAmount": 296649.30,
"holdingProfit": -1410.39,
"holdingProfitRate": -0.4731904539,
"todayProfit": -1179.68,
"todayProfitRate": -0.3976682230,
"rank": 0,
"riseCount": 9,
"fallCount": 20
},
{
"accountId": "3398845",
"accountName": "默认账户",
"holdingAmount": 0,
"holdingProfit": 0,
"holdingProfitRate": 0,
"todayProfit": 0,
"todayProfitRate": 0,
"rank": 1,
"riseCount": 0,
"fallCount": 0
}
],
"workDayFlag": true,
"currentDate": "2025-11-28 17:44:08"
},
"ok": true
}