Commit dc75b2cc8107ce35ddc56170d72fe56a5e337340
1 parent
c27263a1
no message
Showing
1 changed file
with
6 additions
and
1 deletions
CNLiveEnvironmentConfiguration/Classes/NetworkAPIs.h
| @@ -361,7 +361,12 @@ static NSString *const CNSportsChinaParticipantsUrl = API_Host@"/Daren/event/get | @@ -361,7 +361,12 @@ static NSString *const CNSportsChinaParticipantsUrl = API_Host@"/Daren/event/get | ||
| 361 | static NSString *const CNSportsChinaSignUpUrl = API_Host@"/Daren/event/signUp.action"; | 361 | static NSString *const CNSportsChinaSignUpUrl = API_Host@"/Daren/event/signUp.action"; |
| 362 | //体育中国-比赛-保存 | 362 | //体育中国-比赛-保存 |
| 363 | static NSString *const CNSportsChinaSaveRecordUrl = API_Host@"/Daren/event/routeRecord.action"; | 363 | static NSString *const CNSportsChinaSaveRecordUrl = API_Host@"/Daren/event/routeRecord.action"; |
| 364 | - | 364 | +//踩点轨迹列表 |
| 365 | +static NSString *const CNSportsChinaShoeLineListUrl = API_Host@"/Daren/event/getShoeLineList.action"; | ||
| 366 | +//绑定轨迹 | ||
| 367 | +static NSString *const CNSportsChinaBindingShoeLineUrl = API_Host@"/Daren/event/bindingShoeLine.action"; | ||
| 368 | +//删除轨迹 | ||
| 369 | +static NSString *const CNSportsChinaDeleteShoeLineUrl = API_Host@"/Daren/event/deleteShoeLine.action"; | ||
| 365 | 370 | ||
| 366 | #pragma mark - 点播 | 371 | #pragma mark - 点播 |
| 367 | //视频点播 | 372 | //视频点播 |