Преглед изворни кода

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

java110 пре 5 година
родитељ
комит
9bd6a8673b

+ 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());
         responseEntity = this.callCenterService(restTemplate, pd, "",
                 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) {
             return responseEntity;