Commit ab1b2aa94991db6c29e418f6f936b91d11ce8992
1 parent
45a2bc6e
no message
Showing
2 changed files
with
5 additions
and
16 deletions
CNLiveEnvironmentConfiguration/Classes/CNLiveEnvironmentConfiguration.h
CNLiveEnvironmentConfiguration/Classes/NetworkAPIs.h
| ... | ... | @@ -8,7 +8,6 @@ |
| 8 | 8 | |
| 9 | 9 | #ifndef NetworkAPIs_h |
| 10 | 10 | #define NetworkAPIs_h |
| 11 | -#import "CNEnvironmentHeader.h" | |
| 12 | 11 | |
| 13 | 12 | //上传手机通讯录和 生成订单二维码时,DES加密key |
| 14 | 13 | #define kUploadContactsKey @"cnliveIm" |
| ... | ... | @@ -72,7 +71,6 @@ static NSString *const CNGetDarenCommentUrl = API_Host@"/Daren/hud |
| 72 | 71 | //获取达人相关信息 |
| 73 | 72 | static NSString *const CNGetDarenByIdUrl = API_Host@"/Daren/member/getDarenById.action"; |
| 74 | 73 | |
| 75 | -#pragma mark - | |
| 76 | 74 | #pragma mark - 定义消息 |
| 77 | 75 | //发送自定义消息 |
| 78 | 76 | static NSString *const CNFriendshipVerifyUrl = API_Contact@"/CnliveIM/notify/custMsgPush.action"; |
| ... | ... | @@ -103,7 +101,6 @@ static NSString *const CNGifFaceShopListUrl = API_Host@"/Daren/sec |
| 103 | 101 | //获取一个表情包信息 |
| 104 | 102 | static NSString *const CNGetGifFacePackageUrl = API_Host@"/Daren/section/getSectionDetail.action"; |
| 105 | 103 | |
| 106 | -#pragma mark - | |
| 107 | 104 | #pragma mark - 地址管理相关 |
| 108 | 105 | //添加联系人 |
| 109 | 106 | static NSString *const CNAddContactUrl = API_Host@"/Daren/contact/addContact.action"; |
| ... | ... | @@ -118,7 +115,6 @@ static NSString *const CNDeleteContacstUrl = API_Host@"/Daren/c |
| 118 | 115 | static NSString *const CNUpdateContacstUrl = API_Host@"/Daren/contact/updateContact.action"; |
| 119 | 116 | |
| 120 | 117 | |
| 121 | -#pragma mark - | |
| 122 | 118 | #pragma mark - 订单相关 |
| 123 | 119 | //取消订单 |
| 124 | 120 | static NSString *const CNOrderCancelUrl = API_Host@"/Daren/order/cancelOrder.action"; |
| ... | ... | @@ -164,7 +160,6 @@ static NSString *const CNRefunfReasonUrl = API_Refund@"/json/refun |
| 164 | 160 | |
| 165 | 161 | |
| 166 | 162 | #pragma mark - 发布 |
| 167 | - | |
| 168 | 163 | //发布视频 短视频接入点播云接口 |
| 169 | 164 | static NSString *const CNPublishVideoUrl = API_OpenApi2@"/vod_epg/svInputMamForAPP"; |
| 170 | 165 | |
| ... | ... | @@ -182,7 +177,6 @@ static NSString *const CNPublishGetSnowBannerUrl = API_Host@"/Dare |
| 182 | 177 | |
| 183 | 178 | |
| 184 | 179 | #pragma mark - 检验群公告敏感词 |
| 185 | - | |
| 186 | 180 | static NSString *const CNCheckFeaturedGroup = API_Host@"/Daren/announcementCheck/checkFeaturedGroup.action"; |
| 187 | 181 | |
| 188 | 182 | #pragma mark - 特色群组活动管理 |
| ... | ... | @@ -243,7 +237,6 @@ static NSString *const CNOrderMHTSourceUrl = API_Host@"/Daren/o |
| 243 | 237 | //订阅号特色群群组转账状态查询 |
| 244 | 238 | static NSString *const CNQueryTransferUrl = API_Host@"/Daren/groupManagement/getQueryTransfer.action"; |
| 245 | 239 | |
| 246 | -#pragma mark - | |
| 247 | 240 | #pragma mark - 朋友圈 |
| 248 | 241 | //发布上冰雪图文 |
| 249 | 242 | static NSString *const CNPublishSnowUrl = API_Host@"/Daren/snow/releaseSnow.action"; |
| ... | ... | @@ -303,7 +296,6 @@ static NSString *const CNDeleteNewMsgUrl = API_Host@"/Daren/moment |
| 303 | 296 | //个人资料相册 |
| 304 | 297 | static NSString *const CNLookUpMyMsgCommontUrl = API_Host@"/Daren/moment/lookUpMyMsg.action"; |
| 305 | 298 | |
| 306 | -#pragma mark - | |
| 307 | 299 | #pragma mark - 分类 |
| 308 | 300 | //分类频道(旧) |
| 309 | 301 | //static NSString *const CNCategoryGetChannelUrl = API_Host@"/Daren/center/getChannel.action"; |
| ... | ... | @@ -350,7 +342,7 @@ static NSString *const CNAudioDeletePastRecordsUrl = API_Classify@"/re |
| 350 | 342 | static NSString *const CNAlbumMsgUrl = API_Classify@"/contentApi/getAlbumMsg"; |
| 351 | 343 | //节目列表 |
| 352 | 344 | static NSString *const CNAlbumListUrl = API_Classify@"/contentApi/albumAudioList"; |
| 353 | -#pragma mark - | |
| 345 | + | |
| 354 | 346 | #pragma mark - 点播 |
| 355 | 347 | //视频点播 |
| 356 | 348 | static NSString *const CNVideoDemandUrl = API_Classify@"/playApi/play"; |
| ... | ... | @@ -373,7 +365,6 @@ static NSString *const CNAllChannelList = @"http://intertv.cnlive. |
| 373 | 365 | //App配置信息 |
| 374 | 366 | static NSString *const AppStart = @"http://intertv.cnlive.com/zgw/api/appstart"; |
| 375 | 367 | |
| 376 | -#pragma mark - | |
| 377 | 368 | #pragma mark - 申请目击者 |
| 378 | 369 | // 目击者身份信息申请 |
| 379 | 370 | static NSString *const CNApplyWitnessUrl = API_Host@"/Daren/witness/applyWitness.action"; |
| ... | ... | @@ -393,7 +384,7 @@ static NSString *const CNGetSpUserAddGroupUrl = API_Host@"/Daren/group/userAd |
| 393 | 384 | static NSString *const CNGetSPAllFansUrl = API_Host@"/Daren/group/getFans.action"; |
| 394 | 385 | //订阅号加入群聊 |
| 395 | 386 | static NSString *const CNGetUserAddGroupUrl = API_Host@"/Daren/group/userAddGroup.action"; |
| 396 | -#pragma mark - | |
| 387 | + | |
| 397 | 388 | #pragma mark - 我的 |
| 398 | 389 | // 用户uid检测达人状态 |
| 399 | 390 | static NSString *const CNCheckDarenUrl = API_Host@"/Daren/member/checkDaren.action"; |
| ... | ... | @@ -484,7 +475,6 @@ static NSString *const CNJSFYNotifyUrl = API_ThirdPay@"/Daren/pay/jsfyPayCallbac |
| 484 | 475 | //获取特色群限制人数 |
| 485 | 476 | static NSString *const CNGroupMemberLimit = @"https://wjj.ys1.cnliveimg.com/json/GroupMemberLimit.json"; |
| 486 | 477 | |
| 487 | -#pragma mark - | |
| 488 | 478 | #pragma mark - 获取观察者相关 |
| 489 | 479 | //获取观察者相关数据 |
| 490 | 480 | static NSString *const CNWitnessPublishContent = API_Host@"/Daren/witness/getWitnessPublishContent.action"; |
| ... | ... | @@ -492,7 +482,7 @@ static NSString *const CNWitnessPublishContent = API_Host@"/Daren/witness/getWit |
| 492 | 482 | //删除观察者相关数据 |
| 493 | 483 | static NSString *const CNDeleteOrUpdateWitnessURL = API_Host@"/Daren/witness/deleteOrUpdateWitnessPublish.action"; |
| 494 | 484 | |
| 495 | -#pragma mark 直播 | |
| 485 | +#pragma mark - 直播 | |
| 496 | 486 | |
| 497 | 487 | //取得相关视频 |
| 498 | 488 | static NSString *const CNPlayerBackOrRelatedUrl = API_Classify@"/contentApi/playList"; |
| ... | ... | @@ -525,7 +515,7 @@ static NSString *const CNLiveSPCancelFollow = API_Host@"/Daren/group/userCancelF |
| 525 | 515 | //订阅号取消管制 |
| 526 | 516 | |
| 527 | 517 | |
| 528 | -#pragma mark 黑名单 | |
| 518 | +#pragma mark - 黑名单 | |
| 529 | 519 | //校验黑名单 |
| 530 | 520 | static NSString *const CNCheckBlackUser = API_Contact@"/CnliveIM/notify/checkBlackList.action"; |
| 531 | 521 | //添加黑名单 |
| ... | ... | @@ -535,7 +525,7 @@ static NSString *const CNBlackListDelete = API_Host @"/Daren/blackList/blackList |
| 535 | 525 | //黑名单列表 |
| 536 | 526 | static NSString *const CNBlackList = API_Host@"/Daren/blackList/blackListGet.action"; |
| 537 | 527 | |
| 538 | -#pragma mark 好友生活圈观看权限设置 | |
| 528 | +#pragma mark - 好友生活圈观看权限设置 | |
| 539 | 529 | //增加不让他人看 |
| 540 | 530 | static NSString *const CNAdddonotletfsids = API_Host@"/Daren/moment/addDoNotletFsids.action"; |
| 541 | 531 | //取消不让他人看 | ... | ... |