Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
007gzs authored Apr 4, 2020
1 parent 2cd362d commit 632b615
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void setWxOpenConfigStorage(WxOpenConfigStorage wxOpenConfigStorage) {
*/
public abstract void initHttp();

protected synchronized <T, E> T execute(RequestExecutor<T, E> executor, String uri, E data) throws WxErrorException {
protected <T, E> T execute(RequestExecutor<T, E> executor, String uri, E data) throws WxErrorException {
try {
T result = executor.execute(uri, data, WxType.Open);
this.log.debug("\n【请求地址】: {}\n【请求参数】:{}\n【响应数据】:{}", uri, data, result);
Expand Down

0 comments on commit 632b615

Please sign in to comment.