From 4508c70682971188698a9e0a8e56db3c5c066a18 Mon Sep 17 00:00:00 2001 From: hotlcc Date: Wed, 15 Aug 2018 16:06:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/hotlcc/wechat4j/api/WebWeixinApi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/hotlcc/wechat4j/api/WebWeixinApi.java b/src/main/java/com/hotlcc/wechat4j/api/WebWeixinApi.java index 52dccee..fe280cb 100644 --- a/src/main/java/com/hotlcc/wechat4j/api/WebWeixinApi.java +++ b/src/main/java/com/hotlcc/wechat4j/api/WebWeixinApi.java @@ -81,7 +81,7 @@ public class WebWeixinApi { JSONObject result = new JSONObject(); result.put("code", code); if (!"200".equals(code)) { - result.put("msg", "返回code错误,请确认appid是否有效"); + result.put("msg", "错误代码(" + code + "),请确认appid是否有效"); return result; }