{}curl --location --request POST '/ma/activity/eggRankList' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"ret": 0,
"msg": "success",
"err": null,
"data": [
{
"customerId": "4",
"customerNickname": "测试用户4",
"eggsCollect": "11162"
},
{
"customerId": "2",
"customerNickname": "测试用户2",
"eggsCollect": "10392"
},
{
"customerId": "1",
"customerNickname": "测试用户1",
"eggsCollect": "7847"
}
],
"ok": true
}