修正Link注释
This commit is contained in:
parent
2408f1499e
commit
b369c281f2
@ -379,7 +379,7 @@ public class WeixinProxy {
|
||||
* 媒体类型
|
||||
* @return 素材列表
|
||||
* @see com.foxinmy.weixin4j.mp.api.MediaApi
|
||||
* @see {@link #listMaterialMedia(MediaType, int, int)}
|
||||
* @see {@link #listMaterialMedia(MediaType, Pageable)}
|
||||
* @throws WeixinException
|
||||
*/
|
||||
public List<MediaItem> listAllMaterialMedia(MediaType mediaType)
|
||||
|
||||
@ -568,7 +568,7 @@ public class MediaApi extends MpApi {
|
||||
* @param mediaType
|
||||
* 媒体类型
|
||||
* @return 素材列表
|
||||
* @see {@link #listMaterialMedia(MediaType, int, int)}
|
||||
* @see {@link #listMaterialMedia(MediaType, Pageable)}
|
||||
* @throws WeixinException
|
||||
*/
|
||||
public List<MediaItem> listAllMaterialMedia(MediaType mediaType)
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user