curl --location --request GET 'http://139.198.190.189:58080/admin-api/system/oauth2-token/page?pageNo=1&pageSize=10&userId=666&userType=2&clientId=2'{
"code": 0,
"data": {
"list": [
{
"id": 1024,
"accessToken": "tudou",
"refreshToken": "nice",
"userId": 666,
"userType": 2,
"clientId": "2",
"createTime": "2019-08-24T14:15:22.123Z",
"expiresTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}