ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 下订单 ~~~[api] post:/online/Orderctr/placeOrder?framework=api *openid=默认值#微信openid *groupid#项目id *cartidList=1|2,5#购物车id(多个用,分割) *siteid#配送站点id *recivename#收货人姓名 *recivephone#收货人手机号 <<< success { "code": 0, "msg": "下单成功", "data": { "serialnum": "920200304135634695", "orderid": "3955", "total_fee": "10.00", "lists": [ { "num": "1", "goodsid": "14", "title": "朱仙镇五香豆腐干", "unitname": "份", "description": "", "marketprice": "10.00", "storeid": "4758" } ] } } <<< error { "code": -1, "msg": "", "data": [] } ~~~ --- **返回信息** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ------------------------------ | ------------ | --- | | orderid| string| yes |订单id| | serialnum| String| yes | 订单编号| | total_fee| String| yes | 订单总金额| | title| String| yes | 商品名| | unitname| String| yes | 单位| | marketprice| String| yes | 商品单价| | num| String| yes | 商品数量|