Merge branch 'master' of https://github.com/foxinmy/weixin4j into wyying

This commit is contained in:
fengyapeng
2016-12-23 17:24:45 +08:00
11 changed files with 121 additions and 40 deletions
@@ -1559,7 +1559,7 @@ public class WeixinProxy {
*
* @param tplMessage
* 模板消息主体
* @return 发送结果
* @return 发送的消息ID
* @throws WeixinException
* @see <a href=
* "https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1433751277&token=&lang=zh_CN">
@@ -147,7 +147,7 @@ public class TmplApi extends MpApi {
*
* @param tplMessage
* 消息对象
* @return 发送结果
* @return 发送的消息ID
* @throws WeixinException
* @see <a
* href="https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1433751277&token=&lang=zh_CN">模板消息</a>
@@ -176,7 +176,7 @@ public class TemplateMessage implements Serializable {
*
* @param items
*/
public void pushItems(Map<String, NameValue> items) {
public void setItems(Map<String, NameValue> items) {
this.content = items;
}