GET /app/shareLive/getShareLiveCategorys
请求:
返回:
|
字段 |
名称 |
类型 |
|
|
id |
分类id |
int |
|
|
title |
分类名称 |
string |
|
|
image_url |
分类图片 |
string |
|
{
“code”: 0,
“data”: [
{
“id”: 3,
“created_at”: 1687939701,
“updated_at”: 1687939701,
“title”: “测试名称2”,
“sort”: 1,
“image_url”: “32131”
},
{
“id”: 2,
“created_at”: 1687939701,
“updated_at”: 1687939701,
“title”: “测试名称”,
“sort”: 1,
“image_url”: “32131”
}
],
“msg”: “操作成功”
}