Authorization: Bearer ********************curl --location --request GET '/api/apps/list?page=1&size=10&keyword=mslx' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": {
"total": 1,
"list": [
{
"developer_avatar": "http://localhost:8080/api/static/avatar/1",
"name": "MSLX 聊天互通插件",
"icon": "https://www.mslmc.cn/logo.png",
"developer_name": "小宇",
"created_at": "2026-05-03T18:00:54",
"short_desc": "实现游戏内聊天与 QQ 群的实时互通。",
"developer_uid": 1,
"app_id": "mslx-plugin-chat-sync",
"total_downloads": 0
}
],
"page": 1,
"size": 10
}
}