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