本程序已在Github开源!(开发者QQ:3840032310)
{
"page": 1,
"pageSize": 10,
"searchKeyword": "",
"stateFilter": "",
"timeFilter": "",
"appidFilter": ""
}
curl --location --request POST '/auth/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"pageSize": 10,
"searchKeyword": "",
"stateFilter": "",
"timeFilter": "",
"appidFilter": ""
}'
{
"success": true,
"data": [
{
"key": "string",
"domain": "string",
"time": 0,
"state": 0,
"cert": "string",
"token": "string",
"hash": "string"
}
],
"total": 0,
"currentPage": 0,
"pageSize": 0
}