文档
测试

子分类

POST
http://jourly.com/mobile/api/Product/subCategorys

请求参数

参数名
类型
描述
必填
parent
主分类id
必填

响应参数

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

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "id": "619", "title": "一日游", "parent": "614", "sort": "1", "image": null, "create_by_uuid": "628133f1525c618", "create_by_name": "超级管理员", "create_date": "2025-03-15 15:45:20" }, { "id": "620", "title": "二日游", "parent": "614", "sort": "2", "image": null, "create_by_uuid": "628133f1525c618", "create_by_name": "超级管理员", "create_date": "2025-03-15 15:45:30" }, { "id": "621", "title": "三日及以上", "parent": "614", "sort": "3", "image": null, "create_by_uuid": "628133f1525c618", "create_by_name": "超级管理员", "create_date": "2025-03-15 15:45:35" } ] }