标签:sgid 语音 location 对象 ack music mat java eve
基于上面access_token的逻辑,在构造发送消息对象的时候请依照例如以下代码.
wechat4j和微信强力推荐的方法
CustomerMsg customerMsg = new CustomerMsg(toUserOpenId);
CustomerMsg发送消息的方法
微信平台会在请求的post数据中带有一些參数,比如用户的openid之类的信息。当你使用了wechat4j之后。得到这些信息是很方便的。
publicclass Lejian extends WechatSupport{
}
上面代码中的this.wechatRequest.getFromUserName()即能够得到微信post数据中的FromUserName节点数据.
wechatRequest能够得到的post数据
wechatRequest成员方法中get的方法。名称同微信开发文档中xml形式的post数据的节点。
·
·
·
·
·
·
·
·
·
·
·
·
·
·
·
·
·
·
·
标签:sgid 语音 location 对象 ack music mat java eve
原文地址:http://www.cnblogs.com/jzssuanfa/p/7017079.html