Commit c27263a198af155365a7aa097a3bbfb06de670e8

Authored by zhangxiaowen
1 parent 218629b4

no message

CNLiveEnvironmentConfiguration/Classes/NetworkAPIs.h
@@ -473,6 +473,8 @@ static NSString *const CNLiveContentApiLiveListUrl = API_Classify@"/contentApi/g @@ -473,6 +473,8 @@ static NSString *const CNLiveContentApiLiveListUrl = API_Classify@"/contentApi/g
473 static NSString *const CNLiveContentApiLiveAppointUrl = API_Classify@"/contentApi/liveAppoint"; 473 static NSString *const CNLiveContentApiLiveAppointUrl = API_Classify@"/contentApi/liveAppoint";
474 //订阅号热推 474 //订阅号热推
475 static NSString *const CNSubscribeHotPushUrl = API_Classify@"/contentApi/getHotContent"; 475 static NSString *const CNSubscribeHotPushUrl = API_Classify@"/contentApi/getHotContent";
  476 +//一键关注
  477 +static NSString *const CNSubscribeOneKeyConcernUrl = API_Host@"/Daren/group/oneKeyConcern.action";
476 478
477 #pragma mark - App配置信息 479 #pragma mark - App配置信息
478 // 获取最新版本信息 480 // 获取最新版本信息