mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 10:38:42 +08:00 
			
		
		
		
	fix javadoc
This commit is contained in:
		| @ -12,7 +12,6 @@ public interface WxMpCardService<H, P> { | |||||||
|  |  | ||||||
|   /** |   /** | ||||||
|    * 得到WxMpService |    * 得到WxMpService | ||||||
|    * @return |  | ||||||
|    */ |    */ | ||||||
|   WxMpService getWxMpService(); |   WxMpService getWxMpService(); | ||||||
|  |  | ||||||
| @ -20,7 +19,6 @@ public interface WxMpCardService<H, P> { | |||||||
|    * 获得卡券api_ticket,不强制刷新卡券api_ticket |    * 获得卡券api_ticket,不强制刷新卡券api_ticket | ||||||
|    * |    * | ||||||
|    * @return 卡券api_ticket |    * @return 卡券api_ticket | ||||||
|    * @throws WxErrorException |  | ||||||
|    * @see #getCardApiTicket(boolean) |    * @see #getCardApiTicket(boolean) | ||||||
|    */ |    */ | ||||||
|   String getCardApiTicket() throws WxErrorException; |   String getCardApiTicket() throws WxErrorException; | ||||||
|  | |||||||
| @ -36,10 +36,6 @@ public class WxMpCardServiceImpl implements WxMpCardService<CloseableHttpClient, | |||||||
|     this.wxMpService = wxMpService; |     this.wxMpService = wxMpService; | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   /** |  | ||||||
|    * 得到WxMpService |  | ||||||
|    * @return |  | ||||||
|    */ |  | ||||||
|   @Override |   @Override | ||||||
|   public WxMpService getWxMpService(){ |   public WxMpService getWxMpService(){ | ||||||
|       return this.wxMpService; |       return this.wxMpService; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang