delete WeixinAppFacade.getWeixinAccount
This commit is contained in:
parent
09d44fdb5c
commit
0cb2fce609
@ -26,7 +26,6 @@ public class WeixinAppFacade {
|
||||
private final SecCheckApi secCheckApi;
|
||||
private final SubscribeMessageApi subscribeMessageApi;
|
||||
private final PhoneNumberApi phoneNumberApi;
|
||||
private final WeixinAccount weixinAccount;
|
||||
|
||||
/**
|
||||
* Constructs {@link WeixinAppFacade} using {@link FileCacheStorager}.
|
||||
@ -111,7 +110,6 @@ public class WeixinAppFacade {
|
||||
this.secCheckApi = new SecCheckApi(tokenManager, properties);
|
||||
this.subscribeMessageApi = new SubscribeMessageApi(tokenManager, properties);
|
||||
this.phoneNumberApi = new PhoneNumberApi(tokenManager, properties);
|
||||
this.weixinAccount = weixinAccount;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -188,7 +186,4 @@ public class WeixinAppFacade {
|
||||
return phoneNumberApi;
|
||||
}
|
||||
|
||||
public WeixinAccount getWeixinAccount() {
|
||||
return weixinAccount;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user