Commit 218629b44e3c118896f0b36a32e5e9a5b47b9b99

Authored by zhangxiaowen
1 parent 8cd04880

no message

CNLiveEnvironmentConfiguration.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveEnvironmentConfiguration'
11   - s.version = '0.0.6'
  11 + s.version = '0.0.7'
12 12 s.summary = '网家家环境配置'
13 13  
14 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 471 static NSString *const CNLiveContentApiLiveListUrl = API_Classify@"/contentApi/getLiveList";
472 472 //预约订阅号直播
473 473 static NSString *const CNLiveContentApiLiveAppointUrl = API_Classify@"/contentApi/liveAppoint";
  474 +//订阅号热推
  475 +static NSString *const CNSubscribeHotPushUrl = API_Classify@"/contentApi/getHotContent";
474 476  
475 477 #pragma mark - App配置信息
476 478 // 获取最新版本信息
... ...