java110
2020-07-17 edd99f22438e70895735add28524f54a8cd604bb
优化代码
1个文件已修改
4 ■■■■ 已修改文件
service-front/src/main/java/com/java110/front/smo/wxLogin/impl/WxLoginSMOImpl.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-front/src/main/java/com/java110/front/smo/wxLogin/impl/WxLoginSMOImpl.java
@@ -84,8 +84,8 @@
        String urlString = "?appid={appId}&secret={secret}&js_code={code}&grant_type={grantType}";
        String response = outRestTemplate.getForObject(
                wechatAuthProperties.getSessionHost() + urlString, String.class,
                wechatAuthProperties.getAppId(),
                wechatAuthProperties.getSecret(),
                smallWeChatDto.getAppId(),
                smallWeChatDto.getAppSecret(),
                code,
                wechatAuthProperties.getGrantType());