文档
测试
POST
http://jourly.com/admin/api/Product/category

请求头

参数名
类型
描述
必填
Authorization
VWRjVWNWd0sxVlByN1NxWnJGb1VlWUtaNFVQR3ZCYVl5VUxyMFNSR3BmT0JuVVpMd0g4MThFPVgxU2FkZ1ZyTWtwNjU3VXZTdERhOUVWc3JCWEJkMA%3D%3D
必填

响应参数

参数名
类型
描述
必填
id
分类id
必填
title
分类名称
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "total": 6, "per_page": 10, "current_page": 1, "last_page": 1, "data": [ { "id": "613", "title": "酒店住宿", "parent": "0", "sort": "1", "image": "/upload/file/202503/6befb531e459517dc1b2f6bdf1f20555.jpeg", "create_by_uuid": "628133f1525c618", "create_by_account": null, "create_by_name": "超级管理员", "create_date": "2025-03-15 14:44:04", "edit_by_uuid": "628133f1525c618", "edit_by_account": null, "edit_by_name": "超级管理员", "edit_date": "2025-03-15 15:21:47", "is_delete": "0", "delete_by_uuid": "628133f1525c618", "delete_date": "2025-03-15 15:21:47", "company_uuid": "0" }, { "id": "614", "title": "研学游", "parent": "0", "sort": "2", "image": "/upload/file/202503/240a73f88ce0853fd28cf702fae153da.jpg", "create_by_uuid": "628133f1525c618", "create_by_account": null, "create_by_name": "超级管理员", "create_date": "2025-03-15 14:50:18", "edit_by_uuid": "628133f1525c618", "edit_by_account": null, "edit_by_name": "超级管理员", "edit_date": "2025-03-15 14:50:18", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0" }, { "id": "615", "title": "周末去哪", "parent": "0", "sort": "3", "image": "/upload/file/202503/1b7d9deada81d12b5c541a0a8ab80104.jpeg", "create_by_uuid": "628133f1525c618", "create_by_account": null, "create_by_name": "超级管理员", "create_date": "2025-03-15 14:50:30", "edit_by_uuid": "628133f1525c618", "edit_by_account": null, "edit_by_name": "超级管理员", "edit_date": "2025-03-15 14:50:30", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0" }, { "id": "616", "title": "舌尖美食", "parent": "0", "sort": "4", "image": "/upload/file/202503/e83ea2d775c9f0b3cf038f08f0e79a5f.jpg", "create_by_uuid": "628133f1525c618", "create_by_account": null, "create_by_name": "超级管理员", "create_date": "2025-03-15 14:50:42", "edit_by_uuid": "628133f1525c618", "edit_by_account": null, "edit_by_name": "超级管理员", "edit_date": "2025-03-15 14:50:42", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0" }, { "id": "617", "title": "休闲娱乐", "parent": "0", "sort": "5", "image": "/upload/file/202503/15d2ba375d3bb907641779fe5c512cfb.jpg", "create_by_uuid": "628133f1525c618", "create_by_account": null, "create_by_name": "超级管理员", "create_date": "2025-03-15 14:50:53", "edit_by_uuid": "628133f1525c618", "edit_by_account": null, "edit_by_name": "超级管理员", "edit_date": "2025-03-15 14:50:53", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0" }, { "id": "618", "title": "文创特产", "parent": "0", "sort": "6", "image": "/upload/file/202503/e8e33ebf7de58dc2447569cf3a8c5a59.jpg", "create_by_uuid": "628133f1525c618", "create_by_account": null, "create_by_name": "超级管理员", "create_date": "2025-03-15 14:51:09", "edit_by_uuid": "628133f1525c618", "edit_by_account": null, "edit_by_name": "超级管理员", "edit_date": "2025-03-15 14:51:09", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0" } ] } }