shiyj1101
2021-08-11 62e6b01e151c3226084f6cb2485f18e22bb10748
service-front/src/main/java/com/java110/front/smo/payment/impl/ToPaySMOImpl.java
@@ -136,7 +136,7 @@
                pd.getAppId());
        responseEntity = this.callCenterService(restTemplate, pd, "",
                ServiceConstant.SERVICE_API_URL + "/api/smallWeChat.listSmallWeChats?appId="
                        + paramIn.getString("appId") + "&page=1&row=1", HttpMethod.GET);
                        + paramIn.getString("appId") + "&page=1&row=1&communityId="+paramIn.getString("communityId"), HttpMethod.GET);
        if (responseEntity.getStatusCode() != HttpStatus.OK) {
            return null;