Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d56c84a

Browse files
lsat_id 的初始值,需要从 8 个 9,改成 9 个 9,不然,个人版上面的新动态会刷不出来
1 parent 5d158a4 commit d56c84a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

‎Coding_iOS/Coding_iOS-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</dict>
3838
</array>
3939
<key>CFBundleVersion</key>
40-
<string>5.4.201806191800</string>
40+
<string>5.4.20180621.1</string>
4141
<key>ITSAppUsesNonExemptEncryption</key>
4242
<false/>
4343
<key>LSApplicationQueriesSchemes</key>

‎Coding_iOS/Models/ProjectFolder.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ - (NSDictionary *)toFilesParams{
8888
return @{@"height": @"90",
8989
@"width": @"90",
9090
@"page" : @"1",
91-
@"pageSize": @(99999999)};
91+
@"pageSize": @(999999999)};
9292
}
9393
- (NSString *)toRenamePath{
9494
return [NSString stringWithFormat:@"api/project/%@/dir/%@/name/%@", _project_id.stringValue, _file_id.stringValue, _next_name];

‎Coding_iOS/Models/ProjectFolders.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ - (NSString *)toFoldersPathWithObj:(NSNumber *)project_id{
5656
}
5757
- (NSDictionary *)toFoldersParams{
5858
return @{@"page": @"1",
59-
@"pageSize": @(99999999)};
59+
@"pageSize": @(999999999)};
6060
}
6161

6262
- (NSString *)toFoldersCountPathWithObj:(NSNumber *)project_id{

‎Coding_iOS/Models/Projects.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ + (Projects *)projectsWithType:(ProjectsType)type andUser:(User *)user{
3030
pros.curUser = user;
3131

3232
pros.page = [NSNumber numberWithInteger:1];
33-
pros.pageSize = @(99999999);
33+
pros.pageSize = @(999999999);
3434
return pros;
3535
}
3636

‎Coding_iOS/Models/Users.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ - (instancetype)init
1919
_canLoadMore = YES;
2020
_isLoading = _willLoadMore = NO;
2121
_page = [NSNumber numberWithInteger:1];
22-
_pageSize = @(99999999);
22+
_pageSize = @(999999999);
2323
}
2424
return self;
2525
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /