Authorization: Bearer ********************curl --location '/app-api/system/verify-code-log/page?pageNo=1&pageSize=10' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"list": [
{
"id": 25311,
"mobile": "string",
"code": 0,
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}