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