ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
~~~[api] post:api/v1/ordergoods/ordergood?framework=api *int:orderid=not null#不能为空 订单ID *json:ordergood=not null#订单商品不能为空 <<< success { "code": 201, "data": { "id": "8", "title": "A8", "orderid": "807", "ordergoodsremark":xxx,//备注 "list": [ { "id": "1427", //商品识别号 ordergood "orderid": "807", //订单ID "out_trade_no": "A129407560746654", //外部订单号 "goodid": "17", //商品订单号 "goodsn": "A129407560746654", //商品订单号 "numtype": "0", //1代表 称重商品 "title": "后厨三-油泼面", //商品名称 "price": "10.00", //价格 "num": "2", //数量 "total_fee": "20.00", //总价格 "createtime": "2018-12-07", //下单时间 "status": "1", //1 下单 2完成 "ispay": "0", //1 付款 "taste": "", //口味 "ispack": "0", //是否打包 "pauseorder": "2" //1厨等 2 厨打 }, { "id": "1428", "orderid": "807", "out_trade_no": "A129407560746819", "goodid": "19", "discount": "1000", "goodsn": "A129407560746819", "numtype": "0", "title": "后厨二-酸辣三丝拌面", "oldprice": "10.00", "price": "10.00", "num": "1", "total_fee": "10.00", "createtime": "1548740756", "status": "1", "ispay": "0", "taste": "酸辣", "ispack": "0", "pauseorder": "2" }, { "id": "1429", "orderid": "807", "out_trade_no": "A129407560746960", "goodid": "24", "discount": "1100", "goodsn": "A129407560746960", "numtype": "0", "title": "后厨一-肉丝凉拌面", "oldprice": "11.00", "price": "11.00", "num": "1", "total_fee": "11.00", "createtime": "1548740756", "status": "1", "ispay": "0", "taste": "", "ispack": "0", "pauseorder": "2" }, { "id": "1430", "orderid": "807", "out_trade_no": "A129407560747068", "goodid": "92", "discount": "500", "goodsn": "A129407560747068", "numtype": "0", "title": "胡辣汤", "oldprice": "5.00", "price": "5.00", "num": "1", "total_fee": "5.00", "createtime": "1548740756", "status": "1", "ispay": "0", "taste": "", "ispack": "0", "pauseorder": "2" } ] }, "msg": "ok" } <<< error ~~~