Commit 8cd0488082c53908919b7f3dc7c0629faaf90323

Authored by zhangxiaowen
1 parent c48202d2

no message

CNLiveEnvironmentConfiguration.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveEnvironmentConfiguration'
11   - s.version = '0.0.5'
  11 + s.version = '0.0.6'
12 12 s.summary = '网家家环境配置'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
CNLiveEnvironmentConfiguration/Classes/NetworkAPIs.h
... ... @@ -343,6 +343,26 @@ static NSString *const CNAlbumMsgUrl = API_Classify@"/content
343 343 //节目列表
344 344 static NSString *const CNAlbumListUrl = API_Classify@"/contentApi/albumAudioList";
345 345  
  346 +#pragma mark - 体育中国
  347 +//体育中国-约跑路线
  348 +static NSString *const CNSportsChinaRunningRouteUrl = API_Host@"/Daren/event/getEventList.action";
  349 +//体育中国-我的活动
  350 +static NSString *const CNSportsChinaMyActivitiesUrl = API_Host@"/Daren/event/getMySportActivity.action";
  351 +//体育中国-我的记录
  352 +static NSString *const CNSportsChinaMyRecordUrl = API_Host@"/Daren/event/getRouteRecordList.action";
  353 +//体育中国-活动成绩
  354 +static NSString *const CNSportsChinaActivitiyGradeUrl = API_Host@"/Daren/event/getByEventGetRecord.action";
  355 +
  356 +//体育中国-详情
  357 +static NSString *const CNSportsChinaDetailUrl = API_Host@"/Daren/event/getEventDetails.action";
  358 +//体育中国-详情-已参与人员
  359 +static NSString *const CNSportsChinaParticipantsUrl = API_Host@"/Daren/event/getSignUpList.action";
  360 +//体育中国-详情-报名
  361 +static NSString *const CNSportsChinaSignUpUrl = API_Host@"/Daren/event/signUp.action";
  362 +//体育中国-比赛-保存
  363 +static NSString *const CNSportsChinaSaveRecordUrl = API_Host@"/Daren/event/routeRecord.action";
  364 +
  365 +
346 366 #pragma mark - 点播
347 367 //视频点播
348 368 static NSString *const CNVideoDemandUrl = API_Classify@"/playApi/play";
... ...