Commit 218629b44e3c118896f0b36a32e5e9a5b47b9b99

Authored by zhangxiaowen
1 parent 8cd04880

no message

CNLiveEnvironmentConfiguration.podspec
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 8
9 Pod::Spec.new do |s| 9 Pod::Spec.new do |s|
10 s.name = 'CNLiveEnvironmentConfiguration' 10 s.name = 'CNLiveEnvironmentConfiguration'
11 - s.version = '0.0.6' 11 + s.version = '0.0.7'
12 s.summary = '网家家环境配置' 12 s.summary = '网家家环境配置'
13 13
14 # This description is used to generate tags and improve search results. 14 # This description is used to generate tags and improve search results.
CNLiveEnvironmentConfiguration/Classes/NetworkAPIs.h
@@ -471,6 +471,8 @@ static NSString *const CNLiveOfficialAccountUrl = API_Host@"/Daren/group/officia @@ -471,6 +471,8 @@ static NSString *const CNLiveOfficialAccountUrl = API_Host@"/Daren/group/officia
471 static NSString *const CNLiveContentApiLiveListUrl = API_Classify@"/contentApi/getLiveList"; 471 static NSString *const CNLiveContentApiLiveListUrl = API_Classify@"/contentApi/getLiveList";
472 //预约订阅号直播 472 //预约订阅号直播
473 static NSString *const CNLiveContentApiLiveAppointUrl = API_Classify@"/contentApi/liveAppoint"; 473 static NSString *const CNLiveContentApiLiveAppointUrl = API_Classify@"/contentApi/liveAppoint";
  474 +//订阅号热推
  475 +static NSString *const CNSubscribeHotPushUrl = API_Classify@"/contentApi/getHotContent";
474 476
475 #pragma mark - App配置信息 477 #pragma mark - App配置信息
476 // 获取最新版本信息 478 // 获取最新版本信息