caipin 5 years ago
parent
commit
3d70c53d4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/cloudEditionService.js

+ 1 - 1
app/service/cloudEditionService.js

@@ -29,7 +29,7 @@ var cloudService={
             var pg=page-1;
             offset=pg*limit;
         }
-    	var url= curingUrl+'/cld/getUserList';
+    	var url= curingUrl+'/cld/getUserList?page='+page+'&pageSize='+offset+'&latestUsed=';
         var curingCloudList=await curlRequest(url);
         
         console.log(curingCloudList);