java110
2021-01-11 9a746d17f5d18a2f3e7e15344d53189db9986c9f
修复二维码支付错误问题
1个文件已修改
2 ■■■ 已修改文件
service-front/src/main/java/com/java110/front/smo/payment/impl/ToQrPayOweFeeSMOImpl.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-front/src/main/java/com/java110/front/smo/payment/impl/ToQrPayOweFeeSMOImpl.java
@@ -129,7 +129,7 @@
                pd.getAppId());
        responseEntity = this.callCenterService(restTemplate, pd, "",
                ServiceConstant.SERVICE_API_URL + "/api/smallWeChat.listSmallWeChats?communityId="
                        + paramIn.getString("communityId") + "&page=1&row=1&weChatType=1000", HttpMethod.GET);
                        + paramIn.getString("communityId") + "&page=1&row=1&weChatType=1100", HttpMethod.GET);
        if (responseEntity.getStatusCode() != HttpStatus.OK) {
            return null;