**請求地址:**[**http://域名/clientsupplier/orderlist/delivergoods**](http://xn--eqrt2g/clientsupplier/orderlist/delivergoods)
**請求方式:POST/GET**
**請求參數**
*****
| 字段名 | 變量名 | 必填 | 類型 | 示例值 | 描述 |
| --- | --- | --- | --- | --- | --- |
| 供貨商token | token | 是 | String | 7uj8ujgjgjfhdjfjdhdyrhfh | 聯系站長獲取 |
| 訂單編號 | orderno | 是 | String | 2020102514512155411 | 需要發貨的訂單編號 |
| 變更狀態 | status | 是 | Int | 5 | 3:進行中 4:交易失敗 5:確定發貨 |
| 備注 | beizhu | 否 | String | | 自己看的,客戶看不到 |
| 回執 | receipt | 否 | String | 充值完成 | 給客戶看的 |
>[success] #### **返回結果: {"code":1,"msg":"操作成功"} {"code":-1,"msg":"錯誤提示信息"}**
示例確定發貨
[**http://域名/clientsupplier/orderlist/delivergoods?status=5&orderno=xxxx&token=xxxxxxx&beizhu=xx&receipt=xxxx**](http://xn--eqrt2g/clientsupplier/orderlist/delivergoods?status=5&orderno=xxxx&token=xxxxxxx&beizhu=xx&receipt=xxxx)