Commit 381e066b5ba6ce01b6bc7acd30dc795d972c87b3
1 parent
b62ad874
no message
Showing
2 changed files
with
41 additions
and
1 deletions
CNLiveEnvironmentConfiguration.podspec
CNLiveEnvironmentConfiguration/Classes/NetworkAPIs.h
| ... | ... | @@ -72,6 +72,11 @@ static NSString *const CNGetDarenCommentUrl = API_Host@"/Daren/hud |
| 72 | 72 | static NSString *const CNGetDarenByIdUrl = API_Host@"/Daren/member/getDarenById.action"; |
| 73 | 73 | |
| 74 | 74 | #pragma mark - 定义消息 |
| 75 | +//获取子群组 | |
| 76 | +static NSString *const CNGetGroupChildren = API_Classify@"/contentApi/getGroupChildren"; | |
| 77 | +// 退群群 | |
| 78 | +static NSString *const CNDeleteGroupMember = API_Host@"/Daren/groupManagement/deleteGroupMember.action"; | |
| 79 | + | |
| 75 | 80 | //发送自定义消息 |
| 76 | 81 | static NSString *const CNFriendshipVerifyUrl = API_Contact@"/CnliveIM/notify/custMsgPush.action"; |
| 77 | 82 | //音视频自定义消息 |
| ... | ... | @@ -367,6 +372,41 @@ static NSString *const CNSportsChinaShoeLineListUrl = API_Host@"/Daren/event/get |
| 367 | 372 | static NSString *const CNSportsChinaBindingShoeLineUrl = API_Host@"/Daren/event/bindingShoeLine.action"; |
| 368 | 373 | //删除轨迹 |
| 369 | 374 | static NSString *const CNSportsChinaDeleteShoeLineUrl = API_Host@"/Daren/event/deleteShoeLine.action"; |
| 375 | +//检查轨迹 | |
| 376 | +static NSString *const CNSportsChinaCheckShoeLineUrl = API_Host@"/Daren/event/checkShoeLine.action"; | |
| 377 | +//上传轨迹url | |
| 378 | +static NSString *const CNSportsChinaSaveShoeLineUrl = API_Host@"Daren/event/saveShoeLine.action"; | |
| 379 | + | |
| 380 | +#pragma mark - 目击者 | |
| 381 | +//新版目击者 | |
| 382 | +//获取新目击者界面数据 | |
| 383 | +static NSString *const CNGetWitnessMsgContent = API_Host@"/Daren/witness/getWitnessMsg.action"; | |
| 384 | +//获取作品,动态数据 | |
| 385 | +static NSString *const CNGetWitnessListContent = API_Host@"/Daren/witness/getWitnessList.action"; | |
| 386 | +//获取作品,动态数据 | |
| 387 | +static NSString *const CNGetWitnessCollectionListContent = API_Host@"/Daren/witness/getWitnessCollectionList.action"; | |
| 388 | +//获取作品,动态数据 | |
| 389 | +static NSString *const CNGetWitnessFollowsContent = API_Host@"/Daren/witness/witnessFollows.action"; | |
| 390 | +//收藏目击者动态 | |
| 391 | +static NSString *const CNGetWitnessCancelCollection = API_Host@"/Daren/witness/witnessCollectionType.action"; | |
| 392 | +//对目击者的动态进行点赞 | |
| 393 | +static NSString *const CNGetWitnessFavoriteMomentUrl = API_OpenApi2@"/support/supportBySpIdForRank/insert"; | |
| 394 | +//对目击者的粉丝列表数据获取 | |
| 395 | +static NSString *const CNGetWitnessFollowsMomentUrl = API_Host@"/Daren/witness/getWitnessFollowsList.action"; | |
| 396 | +//获取目击者广场视频列表 | |
| 397 | +static NSString *const CNGetWitnessAllListUrl = API_Classify@"/contentApi/witnessNewList"; | |
| 398 | +//目击者添加关注和取消关注 | |
| 399 | +static NSString *const CNGetWitnessFollowsUrl = API_Host@"/Daren/witness/witnessFollows.action"; | |
| 400 | +//目击者获取评论列表 | |
| 401 | +static NSString *const CNGetWitnessCommentLoadUrl = API_OpenApi2@"/commentServices/services/commentForHdBySpId/loadComment"; | |
| 402 | +//目击者添加评论 | |
| 403 | +static NSString *const CNGetWitnessInsertCommentUrl = API_OpenApi2@"/commentServices/commentForHdBySpId/insertComment"; | |
| 404 | +//目击者获取相关推荐列表 | |
| 405 | +static NSString *const CNGetWitnessRecommendListUrl = API_Classify@"/playApi/moreList"; | |
| 406 | +//目击者获取目击者视频列表 | |
| 407 | +static NSString *const CNGetWittnessVideoListUrl = API_Classify@"/contentApi/getWitness"; | |
| 408 | + | |
| 409 | + | |
| 370 | 410 | |
| 371 | 411 | #pragma mark - 点播 |
| 372 | 412 | //视频点播 | ... | ... |