Commit 3f0bf5c6 authored by shiyu's avatar shiyu

退款接口2

parent b48392ab
......@@ -130,6 +130,10 @@ public class WxPayProperties {
this.privateKeyPath = privateKeyPath;
}
public void setRefundNotifyUrl(String refundNotifyUrl) {
this.refundNotifyUrl = refundNotifyUrl;
}
public String getRefundNotifyUrl() {
return refundNotifyUrl;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment