Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
StatInfo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenyuling
StatInfo
Commits
a9b5d040
Commit
a9b5d040
authored
Aug 02, 2023
by
chenyuling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
"接口测试"
parent
d58a9579
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
ApiManager.java
...ain/java/com/srthinker/statinfo/presenter/ApiManager.java
+3
-1
No files found.
app/src/main/java/com/srthinker/statinfo/presenter/ApiManager.java
View file @
a9b5d040
...
@@ -149,9 +149,9 @@ public class ApiManager {
...
@@ -149,9 +149,9 @@ public class ApiManager {
return;
return;
}*/
}*/
totalPassLists
=
new
ArrayList
<>();
totalPassLists
=
new
ArrayList
<>();
pass_offset
=
0
;
queryPass
();
queryPass
();
if
(
callback
!=
null
)
{
if
(
callback
!=
null
)
{
pass_offset
=
0
;
callback
.
getPassInfo
(
totalPassLists
,
type
);
callback
.
getPassInfo
(
totalPassLists
,
type
);
}
}
/*handler.postDelayed(this,60000);*/
/*handler.postDelayed(this,60000);*/
...
@@ -173,6 +173,7 @@ public class ApiManager {
...
@@ -173,6 +173,7 @@ public class ApiManager {
private
int
passTotal
=
0
;
private
int
passTotal
=
0
;
private
int
pass_offset
=
0
;
private
int
pass_offset
=
0
;
private
int
max_pass_limit
=
128
;
private
int
max_pass_limit
=
128
;
//private int max_pass_limit = 2;
private
int
passQuerySize
=
0
;
private
int
passQuerySize
=
0
;
private
List
<
PersonEntity
>
totalPassLists
=
new
ArrayList
<>();
private
List
<
PersonEntity
>
totalPassLists
=
new
ArrayList
<>();
private
void
queryPass
(){
private
void
queryPass
(){
...
@@ -239,6 +240,7 @@ public class ApiManager {
...
@@ -239,6 +240,7 @@ public class ApiManager {
private
int
personTotal
=
0
;
private
int
personTotal
=
0
;
private
int
person_offset
=
0
;
private
int
person_offset
=
0
;
private
int
max_person_limit
=
100
;
private
int
max_person_limit
=
100
;
//private int max_person_limit = 2;
private
int
personQuerySize
;
private
int
personQuerySize
;
private
List
<
PersonEntity
>
totalPersonLists
=
new
ArrayList
<>();
private
List
<
PersonEntity
>
totalPersonLists
=
new
ArrayList
<>();
private
void
queryPerson
(){
private
void
queryPerson
(){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment