文档
测试
POST
http://jourly.com/mobile/api/Spot/getCategoryList

响应参数

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

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "id": "1012", "title": "公园风景", "module": "spot", "create_by_uuid": "628133f1525c618", "create_by_name": "超级管理员", "create_date": "2025-02-26 14:07:47" }, { "id": "1013", "title": "名胜古迹", "module": "spot", "create_by_uuid": "628133f1525c618", "create_by_name": "超级管理员", "create_date": "2025-02-26 14:08:05" }, { "id": "1014", "title": "人文故居", "module": "spot", "create_by_uuid": "628133f1525c618", "create_by_name": "超级管理员", "create_date": "2025-02-26 14:08:19" }, { "id": "1015", "title": "主题乐园", "module": "spot", "create_by_uuid": "628133f1525c618", "create_by_name": "超级管理员", "create_date": "2025-02-26 14:08:29" } ] }