### 訂單列表
~~~[api]
get:https://xcx.dangerouschain.com/addons/zjhj_mall/core/web/index.php?store_id=1&r=api/car/order-list
int:page=1#name#分頁
int:limit=10#每頁條數
*int:status=0#狀態:1=待收,2=已完成,3=退款/售后
*int:is_pay=0#支付狀態:0=未支付,1=已支付
*int:pay_type= #支付方式:1=微信支付
*int:is_send= #發貨狀態:0=未發貨,1=已發貨
*int:is_confirm= #確認收貨狀態:0=未確認,1=已確認收貨
*int:apply_delete= #是否申請取消訂單:0=否,1=申請取消訂單
*int:refund_status= #退款狀態:0默認,1申請退款,2退款中,3退款失敗,4退款成功
<<<
success
<<<
error
~~~
### 訂單列表(本地)
~~~[api]
get:http://weilian.bendi.com/addons/zjhj_mall/core/web/index.php?store_id=1&r=api/car/order-list
int:page=1#name#分頁
int:limit=10#每頁條數
*int:status=0#狀態:1=待收,2=已完成,3=退款/售后
*int:is_pay=0#支付狀態:0=未支付,1=已支付
*int:pay_type= #支付方式:1=微信支付
*int:is_send= #發貨狀態:0=未發貨,1=已發貨
*int:is_confirm= #確認收貨狀態:0=未確認,1=已確認收貨
*int:apply_delete= #是否申請取消訂單:0=否,1=申請取消訂單
*int:refund_status= #退款狀態:0默認,1申請退款,2退款中,3退款失敗,4退款成功
<<<
success
<<<
error
~~~