- 更新日志
- 必看
- APP相关
- 用户相关
- 卡密相关
- 商城相关
- 论坛相关
- 消息通知
- 笔记管理
- 私聊系统
- 应用商店
- 发送邮件接口POST
- 上传返回直链POST
获取应用分类列表
POST
http://test1.moranblog.cn/api/app_category_list
最后修改时间:2024-01-23 05:56:24
责任人:未设置
暂无描述
请求参数
Body 参数multipart/form-data
appid
string
APPID
示例值:
10000
limit
string
每页显示数量
示例值:
10
page
string
页码
示例值:
1
timestamp
string
必需
示例值:
-
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://test1.moranblog.cn/api/app_category_list' \
--form 'appid="10000"' \
--form 'limit="10"' \
--form 'page="1"' \
--form 'timestamp="-"'
返回响应
🟢200成功
application/json
Body
code
integer
-
msg
string
-
data
object
-
list
array [object {5}]
-
pagecount
integer
-
current_number
integer
-
timestamp
integer
必需
示例
{
"code": 1,
"msg": "success",
"data": {
"list": [
{
"id": 1,
"name": "办公软件",
"icon": "http://nmoranpro.cn/uploads/20231226/a69aec5164372a69f66b26e84175d524.png",
"create_time": "2023-12-26 21:14:55",
"children": []
},
{
"id": 2,
"name": "图形设计软件",
"icon": "http://nmoranpro.cn/uploads/20231226/03ddeefcb25133c5239fc09f40a9b5b5.png",
"create_time": "2023-12-26 21:15:21",
"children": []
},
{
"id": 3,
"name": "音频编辑软件",
"icon": "http://nmoranpro.cn/uploads/20231226/4e724acb7b599ffa880c72df6451c077.png",
"create_time": "2023-12-26 21:15:46",
"children": []
},
{
"id": 4,
"name": "视频剪辑软件",
"icon": "http://nmoranpro.cn/uploads/20231226/8cb5daeebd9c5b8dc969959ad98647b8.png",
"create_time": "2023-12-26 21:16:06",
"children": []
},
{
"id": 5,
"name": "网络安全软件",
"icon": "http://nmoranpro.cn/uploads/20231226/6b01f3e0633951f89bde767867640263.png",
"create_time": "2023-12-26 21:16:27",
"children": []
}
],
"pagecount": 1,
"current_number": 1
},
"timestamp": 1703596827
}
🟢200错误