代码整理,注释增加

This commit is contained in:
egan
2017-10-31 23:40:17 +08:00
parent cdf0225d9e
commit de7218d5ff
13 changed files with 134 additions and 103 deletions

View File

@@ -31,7 +31,7 @@ public abstract class BasePayConfigStorage implements PayConfigStorage{
/**
* 同步回调地址,支付完成后展示的页面
*/
private volatile String returnUrl;;
private volatile String returnUrl;
/**
* 签名加密类型
*/

View File

@@ -27,8 +27,10 @@ public class PayMessageRouterRule {
private final PayMessageRouter routerBuilder;
private boolean async = true;
/**
* 默认同步
*/
private boolean async = false;
/**
* 消息类型