1
0
mirror of synced 2025-12-23 10:39:27 +08:00

简化代码

This commit is contained in:
Binary Wang
2018-05-13 18:26:33 +08:00
parent adf3685e88
commit 71f97c063f
3 changed files with 102 additions and 204 deletions

View File

@@ -16,9 +16,9 @@ public class XmlWxPayConfig extends WxPayConfig {
}
@Override
public boolean useSandbox() {
public boolean isUseSandboxEnv() {
//沙箱环境不成熟,有问题无法使用,暂时屏蔽掉
// return true;
//return true;
return false;
}
}