**請求地址:**[**http://域名/clientsupplier/orderlist/refund**](http://xn--eqrt2g/clientsupplier/orderlist/refund)
**請求方式:POST/GET**
**請求參數**
*****
| 字段名 | 變量名 | 必填 | 類型 | 示例值 | 描述 |
| --- | --- | --- | --- | --- | --- |
| 供貨商token | token | 是 | String | 7uj8ujgjgjfhdjfjdhdyrhfh | 聯系站長獲取 |
| 訂單編號 | orderno | 是 | String | 2020102514512155411 | 需要退款的訂單編號 |
| 退款回執 | refundreceipt | 否 | String | 充值失敗了,已退回到您的余額 | 給客戶看的退款回執 |
| 訂單回執 | receipt | 否 | String | 已退款 | 給客戶看的 |
>[success] #### **返回結果: {"code":1,"msg":"操作成功"} {"code":-1,"msg":"錯誤提示信息"}**
訂單退款示例
[**http://域名/clientsupplier/orderlist/refund?orderno=xxxx&token=xxxxxxx&refundreceipt=xx&receipt=xxxx**](http://xn--eqrt2g/clientsupplier/orderlist/refund?orderno=xxxx&token=xxxxxxx&refundreceipt=xx&receipt=xxxx)