这个API文档还在继续更新,API也在随时更新,请随时查看API文档来更新你的应用程序。
curl --location --request GET 'http://leonmmcoset.jjxmm.win:8010/api.php?t=getappinfo&id'{
"status": "success",
"data": {
"id": 0,
"name": "string",
"description": "string",
"age_rating": "string",
"version": "string",
"avg_rating": 0,
"total_downloads": 0,
"platforms": [
"string"
],
"versions": [
{
"id": 0,
"version": "string",
"changelog": "string",
"file_path": "string",
"download_count": 0,
"created_at": "string"
}
],
"images": [
{
"id": 0,
"image_path": "string"
}
],
"tags": [
{
"id": 0,
"name": "string"
}
]
}
}