|
@@ -123,6 +123,7 @@ public class WxGzhServiceImpl implements IWxGzhService {
|
|
|
String msgType = jsonObjectData.getStr("MsgType");
|
|
|
//获取用户信息
|
|
|
String userInfoResult = wxSendService.userInfo(this.getGzhToken(), fromUserName, "zh_CN");
|
|
|
+ System.out.println("userInfoResult:"+userInfoResult);
|
|
|
JSONObject userInfoJson = JSONObject.parseObject(userInfoResult);
|
|
|
|
|
|
// 普通消息
|