企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**1.接口地址**:http://api.zishahui.vip/product-search/category-son-list **2.支持格式**:json **3.请求方式**:post **4.请求参数**: | 参数 | 必填 | 类型 | 说明 | | --- | --- | --- | --- | ***5.返回字段说明*** |名称|类型|说明| |---|:---:|--:|--:| |code|int|返回码| |msg|string|返回提示信息| |data|string|返回数据| *******成功示列******* { "code": "1", "msg": "获取成功", "data": [ { "pot_shape": [ { "title": "圆器" }, { "title": "方器" }, { "title": "花塑器" }, { "title": "筋纹器" }, { "title": "提梁壶" }, { "title": "曼生十八式" } ] }, { "texture": [ { "title": "紫泥" }, { "title": "红泥" }, { "title": "段泥" }, { "title": "绿泥" }, { "title": "拼泥" }, { "title": "稀有泥" } ] }, { "capacity": [ { "title": "100cc以下" }, { "title": "100~199cc" }, { "title": "200~299cc" }, { "title": "300~499cc" }, { "title": "500~599cc" }, { "title": "600cc以上" } ] }, { "price": [ { "title": "500元以下" }, { "title": "500~999元" }, { "title": "1000~1999元" }, { "title": "2000~4999元" }, { "title": "5000~9999元" }, { "title": "10000元以上" } ] }, { "author": [ { "title": "明清艺人" }, { "title": "民国艺人" }, { "title": "七大老艺人" }, { "title": "国大师" }, { "title": "省大师" }, { "title": "省名人" }, { "title": "研高" }, { "title": "高工" }, { "title": "工艺师" }, { "title": "中青年" }, { "title": "助工" }, { "title": "美术员" }, { "title": "民间艺人" } ] }, { "decoration": [ { "title": "陶刻" }, { "title": "泥绘" }, { "title": "嵌泥" }, { "title": "描金" }, { "title": "绞泥" }, { "title": "镂雕" }, { "title": "贴花" }, { "title": "粉彩" }, { "title": "镶嵌" }, { "title": "包金银" } ] } ] } *******获取失败******* { "code": -1, "msg": "数据获取失败", "data": [] }