Browse Source

fix a typo

master
BinaryWang 8 years ago
parent
commit
076ae4fdfc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/WxMpServiceImpl.java

+ 1
- 1
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/WxMpServiceImpl.java View File

@@ -447,7 +447,7 @@ public class WxMpServiceImpl implements WxMpService {
} }
return null; return null;
} catch (IOException e) { } catch (IOException e) {
this.log.error("\n[URL]: {}\n[PARAMS]: {}\n[EXECEPTION]: {}", uri, data, e.getMessage());
this.log.error("\n[URL]: {}\n[PARAMS]: {}\n[EXCEPTION]: {}", uri, data, e.getMessage());
throw new RuntimeException(e); throw new RuntimeException(e);
} }
} }


Loading…
Cancel
Save