Commit 8cd0488082c53908919b7f3dc7c0629faaf90323
1 parent
c48202d2
no message
Showing
2 changed files
with
21 additions
and
1 deletions
CNLiveEnvironmentConfiguration.podspec
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"; | ... | ... |