**請求地址:**[**http://域名/clientsupplier/orderlist/selectorderlist.html**](http://xn--eqrt2g/clientsupplier/orderlist/selectorderlist.html)
**請求方式:POST/GET**
**請求參數**
| 字段名 | 變量名 | 必填 | 類型 | 示例值 | 描述 |
| --- | --- | --- | --- | --- | --- |
| 供貨商token | token | 是 | String | 7uj8ujgjgjfhdjfjdhdyrhfh | 聯系站長獲取 |
| 訂單狀態 | status | 是 | Int | 0 | 2:未付款 3:進行中 4:已撤回 5:已完成 96:卡密已完成 97:卡密未提取 98:已付款,待處理(代充的用這個狀態碼獲取)99:所有訂單 |
| 關鍵詞 | key | 否 | String | 20202154212121548856222 | 根據keytype的值來決定是否填寫什么關鍵詞 |
| 關鍵詞類型 | keytype | 否 | Int | 0 | 0:訂單編號 1:充值帳號信息 2:供貨商設備UUID 3:商品關鍵詞 |
| 商品編號 | goodsid | 否 | int | 5485 | 可空 |
| 一頁數量 | limit | 否 | Int | 50 | 每次顯示多少條信息 |
| 第幾頁 | page | 否 | Int | 2 | 第幾頁 |
| 開始時間 | starttime | 否 | Int | 1605484542 | 10位時間戳 |
| 結束時間 | endtime | 否 | Int | 1606484542 | 10位時間戳 |
>[success] #### **返回結果: {"code":0,"msg":"","count":0,"allpage":0,"Nowpage":"1","data":\[\]}**
>[success] #### **data部分參數信息**
| 字段名 | 描述 |
| --- | --- |
| id | 訂單ID |
| merchantid | 商戶ID |
| orderno | 訂單編號 |
| outorderno | 外部訂單號一般都是三方支付平臺傳來的 |
| money | 訂單支付金額 |
| buynum | 訂單購買數量 |
| goodsprice | 商品價格 |
| wholesaletype | 0原價 1批發價格 2私密價格 3分組價格 4原價+分組折扣 5 批發價格+分組折扣 6子站價格 |
| originalprice | 訂單原價 |
| subprice | 子站價格 |
| subcommission | 子站傭金 |
| subminprice | 子站站長成本價格 |
| goodsid | 商品ID |
| create\_time | 訂單創建時間 |
| status | 0:未使用 1:已使用 2:未付款 3:進行中 4:已撤回 5:已完成 |
| refundstatus | 0 未退款 1已退款 |
| banstatus | 0 未禁用 1 已禁用 |
示例:
獲取已付款,待處理訂單
#### [**http://域名/clientsupplier/orderlist/selectorderlist.html?status=98&token=xxxxxxxxx**](http://xn--eqrt2g/clientsupplier/orderlist/selectorderlist.html?status=0&token=xxxxxxxxx)
*****