|
@@ -48,7 +48,7 @@ public class RefundRequest extends PayBaseRequest {
|
|
|
公网域名必须为https,如果是走专线接入,使用专线NAT IP或者私有回调域名可使用http。
|
|
公网域名必须为https,如果是走专线接入,使用专线NAT IP或者私有回调域名可使用http。
|
|
|
|
|
|
|
|
如果参数中传了notify_url,则商户平台上配置的回调地址将不会生效。*/
|
|
如果参数中传了notify_url,则商户平台上配置的回调地址将不会生效。*/
|
|
|
- @Size(max=32)
|
|
|
|
|
|
|
+ @Size(max=256)
|
|
|
private String notify_url;
|
|
private String notify_url;
|
|
|
|
|
|
|
|
}
|
|
}
|