This commit is contained in:
jinyu 2017-06-28 13:44:34 +08:00
parent 3c92d75276
commit 81fc86b7d6
3 changed files with 4 additions and 5 deletions

View File

@ -29,7 +29,7 @@ public class TicketManager {
private final CacheStorager<Token> cacheStorager;
/**
*
*
* @param thirdId
* 第三方ID suiteId/componentId
* @param thirdSecret
@ -95,6 +95,6 @@ public class TicketManager {
}
public CacheStorager<Token> getCacheStorager() {
return this.cacheStorager;
return cacheStorager;
}
}

View File

@ -13,8 +13,7 @@ import com.foxinmy.weixin4j.model.Token;
* @date 2015年6月12日
* @since JDK 1.6
* @see TokenCreator
* @see com.foxinmy.weixin4j.token.TokenCreator
* @see com.foxinmy.weixin4j.cache.CacheStorager
* @see CacheStorager
*/
public class TokenManager extends CacheManager<Token> {
/**

View File

@ -496,7 +496,7 @@ public class WeixinProxy {
* @return 媒体素材的记录对象
* @throws WeixinException
* @see com.foxinmy.weixin4j.mp.api.MediaApi
* @see com.com.foxinmy.weixin4j.model.media.MediaRecord
* @see com.foxinmy.weixin4j.model.media.MediaRecord
* @see com.foxinmy.weixin4j.type.MediaType
* @see com.foxinmy.weixin4j.model.media.MediaItem
* @see com.foxinmy.weixin4j.model.paging.Pageable