GET /app/category/findCategoryWithName
请求:
|
字段 |
名称 |
类型 |
是否必填 |
|
name |
分类名称 |
string |
是 |
返回
{
“code”: 0,
“data”: {
“recategory”: {
“id”: 1036,
“created_at”: 1616372777,
“updated_at”: 1616372777,
“name”: “7619”,
“sort”: 0,
“level”: 3,
“desc”: “”,
“is_display”: 1,
“image”: “”,
“icon”: “”,
“hasChildrens”: false,
“url”: “”,
“source”: 0,
“parent_id”: 56,
“childrens”: null
}
},
“msg”: “操作成功”
}