企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 首页内容 ~~~[api] get:index/Index/sort varchar:user_sid=680130509534c15893e3603bd782d3cb #登录密钥 int:user_uid=1#登录的该用户id int:sort_id=1#店铺类别的id <<< { "code": 1, "msg": "获取成功", "data": [ { "id": 1, "sid": 1, "is_cat": 1, "is_hairdressing": 2, "name": "狗狗洗澡666", "introduce": "宠物洗护套餐", "store": { "id": 1, "business": "10:00-12:00 每周二公休" } } ] } <<< error {"code":0,"msg":"获取失败"} ~~~ ### 返回字段说明 | 字段 | 说明 | | --- | --- | | id | 类别id | | sid | 店铺id | | is_cat | 宠物分类 (0=放养式寄养1=狗2=猫) | | is_hairdressing | 业务分类(0=放养式寄养1=美容2=洗澡) | | introduce | 类别介绍 | | name | 类别名字 | | business | 营业时间 |