修正Link注释

This commit is contained in:
jinyu
2015-08-13 20:53:07 +08:00
parent 2408f1499e
commit b369c281f2
4 changed files with 4 additions and 4 deletions
@@ -411,7 +411,7 @@ public class WeixinProxy {
* 媒体类型
* @return 素材列表
* @see com.foxinmy.weixin4j.qy.api.MediaApi
* @see {@link #listMaterialMedia(int,MediaType, int, int)}
* @see {@link #listMaterialMedia(int,MediaType, Pageable)}
* @throws WeixinException
*/
public List<MediaItem> listAllMaterialMedia(int agentid, MediaType mediaType)
@@ -456,7 +456,7 @@ public class MediaApi extends QyApi {
* @param mediaType
* 媒体类型
* @return 素材列表
* @see {@link #listMaterialMedia(int,MediaType, int, int)}
* @see {@link #listMaterialMedia(int,MediaType, Pageable)}
* @throws WeixinException
*/
public List<MediaItem> listAllMaterialMedia(int agentid, MediaType mediaType)