Skip to content

Commit 7754c82

Browse files
ZhouMingyujackjintai
ZhouMingyu
authored and
jackjintai
committed
change pagesize to 500
1 parent c7a43d9 commit 7754c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iOS/DoraemonKit/Src/Core/Plugin/Platform/Mock/Function/DoraemonMockManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ - (void)queryMockData:(void(^)(int flag))block{
6464
@"projectId":pId,
6565
@"isfull":@"1",
6666
@"curPage":@"1",
67-
@"pageSize":@"1000"
67+
@"pageSize":@"500"
6868
};
6969

7070
__weak typeof(self) weakSelf = self;

0 commit comments

Comments
 (0)