mirror of
https://gitee.com/hotlcc/wechat4j.git
synced 2025-06-28 21:22:46 +08:00
提交代码
This commit is contained in:
parent
d71d34b01b
commit
4508c70682
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user