Authorization: Bearer ********************curl --location --request GET 'http://127.0.0.1:9000/examPaper/selectPageByPlan' \
--header 'Authorization: Bearer <token>'{
"size": 0,
"current": 0,
"records": [
{
"id": 0,
"examPaperName": "string",
"papelTotal": 0,
"paperScore": 0,
"passingScore": 0,
"isManual": 0,
"createdName": "string",
"createdTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0,
"pages": 0
}