Commit 0c3fbc07951c88d62f6f0c0887ff5dba3ca0a1ff

Authored by zhangxiaowen
1 parent 6f0da164

no message

CNLiveScioLive/Pages/My/通知公告/Controller/CNMyAnnouncementsViewController.m
... ... @@ -27,7 +27,7 @@ static NSString *myAnnouncementsTableViewCell = @"CNMyAnnouncementsTableViewCell
27 27 - (void)loadData{
28 28 NSString *url = @"http://app.phonemovie.cnlive.com/gxb/api/cataloglatest";
29 29 NSLog(@"%@",url);
30   - NSString *josnParameters = [NSString stringWithFormat:@"{\"plat\":\"i\",\"version\":\"5.0\",\"appid\":\"gxb\",\"categoryId\":\"wz/fbhgg/\",\"page\":\"%ld\",\"pageSize\":\"%@\"}",(long)self.pageNo,REQUEST_PAGE_SIZE];
  30 + NSString *josnParameters = [NSString stringWithFormat:@"{\"plat\":\"i\",\"version\":\"5.0\",\"appid\":\"gxb\",\"categoryId\":\"wz/fbhgg/\",\"page\":\"%ld\",\"pageSize\":\"%@\"}",(long)self.pageNo,@"15"];
31 31 NSLog(@"%@",josnParameters);
32 32 NSDictionary *parameters = @{@"params":josnParameters};
33 33  
... ...