From e640b058b50f467d5132be643ac6026b4fd33174 Mon Sep 17 00:00:00 2001 From: Binary Wang Date: Thu, 12 Jan 2017 11:09:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E5=85=83=E6=B5=8B=E8=AF=95=E4=B8=AD?= =?UTF-8?q?=E6=9A=82=E6=97=B6=E5=B1=8F=E8=94=BD=E6=8E=89=E6=B2=99=E7=AE=B1?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chanjar/weixin/mp/api/WxXmlMpInMemoryConfigStorage.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/WxXmlMpInMemoryConfigStorage.java b/weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/WxXmlMpInMemoryConfigStorage.java index f2a54d49..e51ffeb6 100644 --- a/weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/WxXmlMpInMemoryConfigStorage.java +++ b/weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/WxXmlMpInMemoryConfigStorage.java @@ -67,6 +67,8 @@ public class WxXmlMpInMemoryConfigStorage @Override public boolean useSandboxForWxPay() { - return true; + return false; + //沙箱环境不成熟,有问题无法使用,暂时屏蔽掉 + // return true; } }