企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
#### 根据module查询首页商品 ~~~[api] get:/home/${module}/query //*id=默认值#说明文字 version=1.0#版本号(string) searchContent={orderBy,keyword,priceStart,priceEnd,isFee,pageNum,pageSize,category,userId}#搜索内容(jsonString) <<< success { "retCode": 0, "retMsg": "success", "responseInfo": { "list": [{ id, goodsId, totalRank, goodsName, category, goodsBrand, keywords, storePrice, goodsFee, imgUrl, goodsStatus }] } } <<< error { "retCode": !0, "retMsg": "errMsg" } ~~~