这个API文档还在继续更新,API也在随时更新,请随时查看API文档来更新你的应用程序。
curl --location --request GET 'http://leonmmcoset.jjxmm.win:8010/api.php?t=getappversions&id&page&limit'{
"status": "success",
"data": {
"app_id": 0,
"versions": [
{
"id": 0,
"version": "string",
"changelog": "string",
"file_path": "string",
"download_count": 0,
"created_at": "string"
}
],
"pagination": {
"total": 0,
"page": 0,
"limit": 0,
"totalPages": 0
}
}
}