Skip to content

Commit e640b05

Browse files
committed
单元测试中暂时屏蔽掉沙箱测试环境
1 parent 8e831ac commit e640b05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/WxXmlMpInMemoryConfigStorage.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ public void setAccessTokenLock(Lock lock){
6767

6868
@Override
6969
public boolean useSandboxForWxPay() {
70-
return true;
70+
return false;
71+
//沙箱环境不成熟,有问题无法使用,暂时屏蔽掉
72+
// return true;
7173
}
7274
}

0 commit comments

Comments
 (0)