企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 示例 ~~~[api] get:/goodsCategory/{二级分类的pfile}/queryProperties <<< success { "retCode": 0, "retMsg": "success", "responseInfo": [ { "id": "color", "name": "color", "isNeedPicture": 1, "propValueList": [{ "id": "red", "name": "red" }, { "id": "blue", "name": "blue" }] }, { "id": "size", "name": "size", "isNeedPicture": 0, "propValueList": [{ "id": "s", "name": "s" }, { "id": "m", "name": "m" }] }] } <<< error { "retCode": !0, "retMsg": "errMsg" } ~~~