소스 검색

优化查询小程序配置错误问题

java110 6 년 전
부모
커밋
9bd6a8673b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      service-front/src/main/java/com/java110/front/smo/ownerLogin/impl/OwnerAppLoginSMOImpl.java

+ 1 - 1
service-front/src/main/java/com/java110/front/smo/ownerLogin/impl/OwnerAppLoginSMOImpl.java

@@ -108,7 +108,7 @@ public class OwnerAppLoginSMOImpl extends AppAbstractComponentSMO implements IOw
                 pd.getAppId());
                 pd.getAppId());
         responseEntity = this.callCenterService(restTemplate, pd, "",
         responseEntity = this.callCenterService(restTemplate, pd, "",
                 ServiceConstant.SERVICE_API_URL + "/api/smallWeChat.listSmallWeChats?appId="
                 ServiceConstant.SERVICE_API_URL + "/api/smallWeChat.listSmallWeChats?appId="
-                        + paramIn.getString("appId"), HttpMethod.GET);
+                        + paramIn.getString("appId")+"&page=1&row=1", HttpMethod.GET);
 
 
         if (responseEntity.getStatusCode() != HttpStatus.OK) {
         if (responseEntity.getStatusCode() != HttpStatus.OK) {
             return responseEntity;
             return responseEntity;