企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 订单详情 ~~~[api] post:/lightmeal/Orderctr/orderGoods?framework=api *openid=默认值#微信openid *groupid#项目id *orderid#订单id <<< success { "code": 0, "msg": "下单成功", "data": { "orderid": "32445", "total\_fee": "2.00", "createtime": "2021-04-10 09:24:00", "groupname": "周口大食堂", "lists": \[             { "goodid": "3108", "title": "香米饭", "price": "2.00", "num": "1", "taste": "", "groupid": "9", "thumb": "http://www.wq.cc/attachment/weiqing/images/2/2019/01/scanorder\_logo.png", "description": "", "sum\_price": "2.00"             },             { "goodid": "3012", "title": "驴板肠", "price": "85.00", "num": "0", "taste": "", "groupid": "9", "thumb": "http://www.wq.cc/attachment/weiqing/正常", "description": "", "sum\_price": "0.00"             },             { "goodid": "3012", "title": "驴板肠", "price": "85.00", "num": "0", "taste": "", "groupid": "9", "thumb": "http://www.wq.cc/attachment/weiqing/正常", "description": "", "sum\_price": "0.00"             }         \]     } } <<< error { "code": -1, "msg": "", "data": [] } ~~~ --- **返回信息** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ------------------------------ | ------------ | --- | | orderid| string| yes |订单id| | total_fee| String| yes | 订单总金额| | createtime| String| yes | 下单时间| | groupname| String| yes | 商家名称| | title| String| yes | 商品名| | price| String| yes | 商品单价| | sum_price| String| yes | 商品小计| | num| String| yes | 商品数量| | sumprice| String| yes | 小计金额|