|
@@ -36,12 +36,11 @@ var cloudService={
|
|
|
var compilation='';
|
|
|
var latestCompilation='';
|
|
|
|
|
|
- if(hash.isExistence(paramsCompilation.compilation)){
|
|
|
+ if(hash.isExistence(paramsCompilation)){
|
|
|
compilation=paramsCompilation.compilation;
|
|
|
- }
|
|
|
- if(hash.isExistence(paramsCompilation.latestCompilation)){
|
|
|
latestCompilation=paramsCompilation.latestCompilation;
|
|
|
}
|
|
|
+
|
|
|
var url= curingUrl+'/getUserList'+
|
|
|
'?page='+page+'&pageSize='+limit+'&latestUsed='+latestCompilation+'&upGrade='+compilation;
|
|
|
/* 接口请求获得的信息
|