本程序已在Github开源!(开发者QQ:3840032310)
{ "page": 1, "pageSize": 10, "searchKeyword": "" }
curl --location --request POST '/apps/list' \ --header 'Content-Type: application/json' \ --data-raw '{ "page": 1, "pageSize": 10, "searchKeyword": "" }'
{ "success": true, "data": [ { "appid": "string", "name": "string", "Download": "string", "version": "string" } ], "total": 0, "currentPage": 0, "pageSize": 0 }