This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
wxJava-final
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
单元测试中暂时屏蔽掉沙箱测试环境
master
Binary Wang
8 years ago
parent
8e831ac961
commit
e640b058b5
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/WxXmlMpInMemoryConfigStorage.java
+ 3
- 1
weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/WxXmlMpInMemoryConfigStorage.java
View File
@@ -67,6 +67,8 @@ public class WxXmlMpInMemoryConfigStorage
@Override
public boolean useSandboxForWxPay() {
return true;
return false;
//沙箱环境不成熟,有问题无法使用,暂时屏蔽掉
// return true;
}
}
Write
Preview
Loading…
Cancel
Save