2
0
mirror of https://gitee.com/hotlcc/wechat4j.git synced 2025-06-28 21:22:46 +08:00

提交代码

This commit is contained in:
hotlcc 2018-08-15 16:06:20 +08:00
parent d71d34b01b
commit 4508c70682

View File

@ -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;
}