本程序已在Github开源!(开发者QQ:3840032310)
{ "page": 1, "pageSize": 10, "searchKeyword": "" }
curl --location --request POST '/unauth/list' \ --header 'Content-Type: application/json' \ --data-raw '{ "page": 1, "pageSize": 10, "searchKeyword": "" }'
{ "success": true, "data": [ { "domain": "string", "time": "2019-08-24T14:15:22Z" } ], "total": 0, "currentPage": 0, "pageSize": 0 }