curl --location '/admin-api/entre/activity-registration/page?pageNo=1&pageSize=10'{
"code": 0,
"data": {
"list": [
{
"id": 31620,
"name": "张三",
"phone": "string",
"activityTitle": "1",
"userType": 1,
"auditStatus": 0,
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}