1.退款成功通知
接口
POST https://open.jisuapp.cn/business/Pay/RefundNotify
请求参数说明
Content-Type: application/x-www-form-urlencoded
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
access_token | String | Y | 用户授权的唯一票据 |
order_id | string | Y | 订单号 |
status | int | Y | 订单状态 0待付款;1待发货;2待收货;3待评价;4退款审核;5退款中;6成功;7关闭 |
返回参数
参数 | 类型 | 说明 |
---|---|---|
status | int | 状态码 0成功 1失败 |
data | string |
参数返回示例
{
"status": 0,
"data": "成功" ,
}