mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-15 18:55:13 +08:00
单元测试中暂时屏蔽掉沙箱测试环境
This commit is contained in:
@@ -67,6 +67,8 @@ public class WxXmlMpInMemoryConfigStorage
|
||||
|
||||
@Override
|
||||
public boolean useSandboxForWxPay() {
|
||||
return true;
|
||||
return false;
|
||||
//沙箱环境不成熟,有问题无法使用,暂时屏蔽掉
|
||||
// return true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user