File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
weixin-java-cp/src/main/java/me/chanjar/weixin/cp Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -274,9 +274,9 @@ public interface WxCpService extends WxService {
274274 void initHttp ();
275275
276276 /**
277- * 获取WxMpConfigStorage 对象
277+ * 获取WxCpConfigStorage 对象
278278 *
279- * @return WxMpConfigStorage wx cp config storage
279+ * @return WxCpConfigStorage wx cp config storage
280280 */
281281 WxCpConfigStorage getWxCpConfigStorage ();
282282
Original file line number Diff line number Diff line change @@ -308,9 +308,9 @@ public interface WxCpTpService {
308308 void initHttp ();
309309
310310 /**
311- * 获取WxMpConfigStorage 对象.
311+ * 获取WxCpTpConfigStorage 对象.
312312 *
313- * @return WxMpConfigStorage wx cp tp config storage
313+ * @return WxCpTpConfigStorage wx cp tp config storage
314314 * @deprecated storage应该在service内部使用 ,提供这个接口,容易破坏这个封装
315315 */
316316 @ Deprecated
You can’t perform that action at this time.
0 commit comments