This commit is contained in:
jinyu 2016-07-05 10:10:47 +08:00
parent 687af3c12d
commit aaff5652a9
2 changed files with 2 additions and 2 deletions

View File

@ -1022,7 +1022,7 @@ public class WeixinProxy {
* @return 关注者信息 <font color="red">不包含用户的详细信息</font> * @return 关注者信息 <font color="red">不包含用户的详细信息</font>
* @throws WeixinException * @throws WeixinException
* @see <a href= * @see <a href=
* "https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421140839&token=&lang=zh_CN"> * "https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421140840&token=&lang=zh_CN">
* 获取关注者列表</a> * 获取关注者列表</a>
* @see com.foxinmy.weixin4j.mp.api.UserApi * @see com.foxinmy.weixin4j.mp.api.UserApi
* @see com.foxinmy.weixin4j.mp.model.Following * @see com.foxinmy.weixin4j.mp.model.Following

View File

@ -168,7 +168,7 @@ public class UserApi extends MpApi {
* @return 关注者信息 <font color="red">不包含用户的详细信息</font> * @return 关注者信息 <font color="red">不包含用户的详细信息</font>
* @throws WeixinException * @throws WeixinException
* @see <a href= * @see <a href=
* "https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421140839&token=&lang=zh_CN"> * "https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421140840&token=&lang=zh_CN">
* 获取关注者列表</a> * 获取关注者列表</a>
* @see com.foxinmy.weixin4j.mp.model.Following * @see com.foxinmy.weixin4j.mp.model.Following
*/ */