curl --location '/app-api/trade/brokerage-user/rank-page-by-user-count?times=undefined&pageNo=1&pageSize=10'{
"code": 0,
"data": {
"list": [
{
"id": 10,
"nickname": "小王",
"avatar": "https://www.iocoder.cn/xxx.jpg",
"brokerageUserCount": 10
}
],
"total": 0
},
"msg": "string"
}