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