多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 获取店铺订单列表添加返回字段 +++ get:/shop/getShopOrderList <<< success { "code": "00000", "data": { "orderList": [ { "orderId": 2404, "orderSn": "20190319151745129648", "orderStatus": 0, "createTime": "2019-03-19 15:17:45", "dispatchPrice": 0, "templateType": "0", "payGoodsFlag": "0", "price": "25.70", "brokerage": 0.98, "realBrokerage": 0.96, "realSupplyPrice": 21.78, "profit": "2.94", "orderGoodsList": [ { "orderId": 2404, "goodsId": 5629, "total": 1, "isSample": "0", "price": "25.70", "supplyPrice": "10.89", "goodsName": "5连卷垃圾袋 纳洁家用一次性加厚垃圾袋[2包共10卷]", "goodsImg": "https://gd2.alicdn.com/imgextra/i4/0/O1CN01b2OQar1ovUUKsdXik_!!0-item_pic.jpg", "optionName": "2包共10卷", "optionSupplyPrice": "21.78", "freightTotal": 0, "supplierMinipId": 0, "minipId": "5138747" } ] },..., "totalPayGoodsPrice": "" }, "onceToken": "", "info": "获取店铺订单列表成功" } +++ 添加返回数据 totalPayGoodsPrice:支付总金额(和orderList同级) #### orderList:订单列表添加返回数据 |序号|名称|描述|备注| | -- | -- | -- | -- | | 1 |payGoodsPrice|订单支付货款金额|payGoodsPrice 等于0时,不需要显示|