# 调用地址

http请求方式:POST https://api.weixin.qq.com/product/order/rejectrefund?access_token=xxxxxxxxx

# 请求


{
	"order_id": 1768715750567651, // 售后单号
	"reject_reason": "123" // 拒绝原因
}

# 响应

{
	"errcode":0 // 返回码
}