Commit 318e16bd7e28fbfaf1fef9c89dbd4dc796e49f80

Authored by zhangxiaowen
1 parent e47b8711

no message

CNLiveEnvironmentConfiguration/Classes/CNEnvironmentHeader.h
... ... @@ -53,6 +53,7 @@
53 53 #define WjjH5_Host @"http://wjjh5.cnlive.com"
54 54 #define WjjH5_VideoChina WjjH5_Host@"/cnnews.html"
55 55 #define WjjH5_NumProduct WjjH5_Host@"/cndr.html"
  56 +#define WjjH5_Complaint WjjH5_Host@"/cnComplaint.html"//我的-投诉
56 57  
57 58 #define API_Host @"https://apiwjj.cnlive.com"
58 59  
... ... @@ -201,6 +202,7 @@ static NSString *const CNLiveShareSDKAppSecret_Share = @"da94a6f881d404092c9a710
201 202 #define WjjH5_Host @"http://wjjh5test.cnlive.com"
202 203 #define WjjH5_VideoChina WjjH5_Host@"/cnnews.html"
203 204 #define WjjH5_NumProduct WjjH5_Host@"/cndr.html"
  205 +#define WjjH5_Complaint WjjH5_Host@"/cnComplaint.html"//我的-投诉
204 206  
205 207 #define API_Host @"https://apiwjjtest.cnlive.com"
206 208 #define API_Contact @"https://imtest.cnlive.com"
... ...
CNLiveEnvironmentConfiguration/Classes/NetworkAPIs.h
... ... @@ -353,6 +353,8 @@ static NSString *const CNCommentsListUrl = API_OpenApi2@"/commentServices/serv
353 353 static NSString *const CNCommentsAddUrl = API_OpenApi2@"/commentServices/services/commentForChat/insert";
354 354 static NSString *const CNCommentsDeleteUrl = API_OpenApi2@"/commentServices/services/commentForChat/delete";
355 355  
  356 +//获取点播302地址
  357 +static NSString *const CNGetVodUrl = API_OpenApi2@"/vod_ips/vodplayByAPP";
356 358  
357 359 //帮助与反馈上传反馈信息&图片
358 360 static NSString *const CNUpdateFeedbackUrl = API_Host@"/Daren/feedback/collectFeedback.action";
... ...