mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-10 23:47:44 +08:00
代码整理,注释增加
This commit is contained in:
@@ -31,7 +31,7 @@ public abstract class BasePayConfigStorage implements PayConfigStorage{
|
||||
/**
|
||||
* 同步回调地址,支付完成后展示的页面
|
||||
*/
|
||||
private volatile String returnUrl;;
|
||||
private volatile String returnUrl;
|
||||
/**
|
||||
* 签名加密类型
|
||||
*/
|
||||
|
||||
@@ -27,8 +27,10 @@ public class PayMessageRouterRule {
|
||||
|
||||
|
||||
private final PayMessageRouter routerBuilder;
|
||||
|
||||
private boolean async = true;
|
||||
/**
|
||||
* 默认同步
|
||||
*/
|
||||
private boolean async = false;
|
||||
|
||||
/**
|
||||
* 消息类型
|
||||
|
||||
Reference in New Issue
Block a user