# 调用地址

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

# 请求


{
	"order_id": 1768034782998651, // 售后单号
	"address_id": 123 // 同意退货时传入地址id
}

# 响应

 {
 	"errcode":0
 }