...
|
...
|
@@ -3478,7 +3478,7 @@ |
|
|
<td>status</td>
|
|
|
<td>inter</td>
|
|
|
<td>是</td>
|
|
|
<td>订单状态(-1:全部,0:待付款,1:待发货,2:待收货,3:已完成 )</td>
|
|
|
<td>订单状态(-1:全部,0: 待付款, 1: 已取消,2: 待发货, 3: 退款申请中,4: 已退款, 5: 待收货,6: 退换货申请中, 7: 已换货,8: 已完成)</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>page</td>
|
...
|
...
|
@@ -3517,7 +3517,7 @@ |
|
|
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/orders/myOrderList" method="GET" name="form22" id="form22">
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="status">status</label>
|
|
|
<input type="inter" class="form-control input-sm" id="status" required placeholder="订单状态(-1:全部,0:待付款,1:待发货,2:待收货,3:已完成 )" name="status">
|
|
|
<input type="inter" class="form-control input-sm" id="status" required placeholder="订单状态(-1:全部,0: 待付款, 1: 已取消,2: 待发货, 3: 退款申请中,4: 已退款, 5: 待收货,6: 退换货申请中, 7: 已换货,8: 已完成)" name="status">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="page">page</label>
|
...
|
...
|
@@ -3564,7 +3564,7 @@ |
|
|
"id": 2,//订单id
|
|
|
"order_sn": 1000002,//订单号
|
|
|
"total_price": 390,//支付金额
|
|
|
"status": 0,//订单状态(0:待付款,1:待发货,2:待收货,3:已完成)
|
|
|
"status": 0,//订单状态(0: 待付款, 1: 已取消,2: 待发货, 3: 退款申请中,4: 已退款, 5: 待收货,6: 退换货申请中, 7: 已换货,8: 已完成)
|
|
|
"goods_list": [
|
|
|
{
|
|
|
"id": 3,//附加表id
|
...
|
...
|
@@ -3763,7 +3763,7 @@ |
|
|
"data": {
|
|
|
"id": 1,//订单id
|
|
|
"uid": 2,
|
|
|
"status": 0,//订单状态(0:待付款,1:待发货,2:待收货,3:已完成)
|
|
|
"status": 0,//订单状态(0: 待付款, 1: 已取消,2: 待发货, 3: 退款申请中,4: 已退款, 5: 待收货,6: 退换货申请中, 7: 已换货,8: 已完成)
|
|
|
"order_sn": 1000001,//订单号
|
|
|
"pay_order_sn": "pay1575432163433287009591",
|
|
|
"receive_name": "景龙",//收货人
|
...
|
...
|
@@ -5550,7 +5550,7 @@ |
|
|
|
|
|
<div class="row mt0 footer">
|
|
|
<div class="col-md-6" align="left">
|
|
|
Generated on 2019-12-04 18:04:40 </div>
|
|
|
Generated on 2019-12-04 18:37:56 </div>
|
|
|
<div class="col-md-6" align="right">
|
|
|
<a href="https://www.fastadmin.net" target="_blank">FastAdmin</a>
|
|
|
</div>
|
...
|
...
|
|