remove author name

This commit is contained in:
Daniel Qian
2015-01-21 15:15:57 +08:00
parent d3c9679eec
commit 8e1d58d565
22 changed files with 6 additions and 81 deletions

View File

@@ -5,9 +5,6 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
import java.util.ArrayList;
import java.util.List;
/**
* Created by qianjia on 14/11/1.
*/
public class WxMpTemplateMessage {
private String toUser;

View File

@@ -2,9 +2,6 @@ package me.chanjar.weixin.mp.bean.result;
import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
/**
* Created by qianjia on 14/11/26.
*/
public class WxMpOAuth2AccessToken {
private String accessToken;