Skip to content

Commit cf5c21d

Browse files
committed
fix for test
1 parent 67a846b commit cf5c21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/api/impl/AbstractWxCpServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ public <T, E> T execute(RequestExecutor<T, E> executor, String uri, E data) thro
521521
throw new RuntimeException("微信服务端异常,超出重试次数");
522522
}
523523

524-
private synchronized <T, E> T executeInternal(RequestExecutor<T, E> executor, String uri, E data) throws WxErrorException {
524+
protected synchronized <T, E> T executeInternal(RequestExecutor<T, E> executor, String uri, E data) throws WxErrorException {
525525
if (uri.contains("access_token=")) {
526526
throw new IllegalArgumentException("uri参数中不允许有access_token: " + uri);
527527
}

0 commit comments

Comments
 (0)