说明 / 示例
# 请求成功
```
{
"code": 200,
"info": "success",
"data": {
"profit": 0,
"stroke_total": 5,
"today_profit": "0.00",
"yesterday_profit": "0.00",
"list": [
{
"profit": "0.00",
"today_profit": "0.00",
"yesterday_profit": "0.00"
},
{
"profit": "0.00",
"today_profit": "0.00",
"yesterday_profit": "0.00"
},
{
"profit": "0.00",
"today_profit": "0.00",
"yesterday_profit": "0.00"
},
{
"profit": "0.00",
"today_profit": "0.00",
"yesterday_profit": "0.00"
},
{
"profit": "0.00",
"today_profit": "0.00",
"yesterday_profit": "0.00"
}
]
}
}
```