mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-24 07:23:01 +08:00
📝 fix Javadoc typo
This commit is contained in:
parent
da512ff53d
commit
e46c6c1995
@ -274,9 +274,9 @@ public interface WxCpService extends WxService {
|
|||||||
void initHttp();
|
void initHttp();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取WxMpConfigStorage 对象
|
* 获取WxCpConfigStorage 对象
|
||||||
*
|
*
|
||||||
* @return WxMpConfigStorage wx cp config storage
|
* @return WxCpConfigStorage wx cp config storage
|
||||||
*/
|
*/
|
||||||
WxCpConfigStorage getWxCpConfigStorage();
|
WxCpConfigStorage getWxCpConfigStorage();
|
||||||
|
|
||||||
|
@ -308,9 +308,9 @@ public interface WxCpTpService {
|
|||||||
void initHttp();
|
void initHttp();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取WxMpConfigStorage 对象.
|
* 获取WxCpTpConfigStorage 对象.
|
||||||
*
|
*
|
||||||
* @return WxMpConfigStorage wx cp tp config storage
|
* @return WxCpTpConfigStorage wx cp tp config storage
|
||||||
* @deprecated storage应该在service内部使用 ,提供这个接口,容易破坏这个封装
|
* @deprecated storage应该在service内部使用 ,提供这个接口,容易破坏这个封装
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
|
Loading…
Reference in New Issue
Block a user