mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-24 18:04:38 +08:00
update
This commit is contained in:
parent
5c7448f212
commit
d0825ca396
@ -22,7 +22,7 @@ public class WxCpBaseAPITest {
|
||||
public void testRefreshAccessToken() throws WxErrorException {
|
||||
WxCpConfigStorage configStorage = wxService.wxCpConfigStorage;
|
||||
String before = configStorage.getAccessToken();
|
||||
wxService.getAccessToken();
|
||||
wxService.getAccessToken(false);
|
||||
|
||||
String after = configStorage.getAccessToken();
|
||||
|
||||
|
@ -22,7 +22,7 @@ public class WxMpBaseAPITest {
|
||||
public void testRefreshAccessToken() throws WxErrorException {
|
||||
WxMpConfigStorage configStorage = wxService.wxMpConfigStorage;
|
||||
String before = configStorage.getAccessToken();
|
||||
wxService.getAccessToken();
|
||||
wxService.getAccessToken(false);
|
||||
|
||||
String after = configStorage.getAccessToken();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user