mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-02-19 06:36:28 +08:00
简化代码
This commit is contained in:
@@ -16,9 +16,9 @@ public class XmlWxPayConfig extends WxPayConfig {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean useSandbox() {
|
||||
public boolean isUseSandboxEnv() {
|
||||
//沙箱环境不成熟,有问题无法使用,暂时屏蔽掉
|
||||
// return true;
|
||||
//return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user