mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-04 20:57:47 +08:00
fix javadoc
This commit is contained in:
parent
49dc14af73
commit
1eb2cc7edd
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user