简化代码
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