curl --location --request GET 'http://127.0.0.1:8080/api/score/paging' \ --header 'Authorization;' \ --data-urlencode 'pageNum=' \ --data-urlencode 'pageSize=' \ --data-urlencode 'gradeId=' \ --data-urlencode 'examId=' \ --data-urlencode 'realName='
{ "code": 200, "data": { "records": [ { "id": 75, "title": "提前快气深育便", "realName": "严示入群", "userTime": 883472697683, "userScore": 86, "limitTime": "1989-05-24 05:18:06" } ], "total": 73, "pageNum": 62, "pageSize": 75 }, "msg": "" }