Commit 89401266ff8f7eadab4ac527c95f2c4e051c39dc
1 parent
957a88c1
0.2.0
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveCServiceModule.podspec
CNLiveCServiceModule/Classes/Present/CNLiveServicePresent.m
| ... | ... | @@ -15,7 +15,7 @@ static const CGFloat margin = 15; |
| 15 | 15 | |
| 16 | 16 | NSDictionary * params = @{ |
| 17 | 17 | @"sid":CNUserShareModelUid?CNUserShareModelUid:@"", |
| 18 | - @"title":searchStr?searchStr:@"", | |
| 18 | + @"title":searchStr?[searchStr stringByURLEncode]:@"", | |
| 19 | 19 | @"type":@"1", |
| 20 | 20 | @"page":page?page:@"", |
| 21 | 21 | @"pageSize":@"10" | ... | ... |