Commit 10e27c44ba80c72f18f069fe794a4cf1790fa3e0

Authored by zhangxiaowen
1 parent f1bb99d5

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.2' 11 + s.version = '0.0.3'
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
@@ -447,6 +447,10 @@ static NSString *const CNSubscribeDefaultAddFollowsUrl = API_Host@"/Daren/group @@ -447,6 +447,10 @@ static NSString *const CNSubscribeDefaultAddFollowsUrl = API_Host@"/Daren/group
447 static NSString *const CNLiveSubscribeMsgUrl = API_Host@"/Daren/group/subscribeMsg.action"; 447 static NSString *const CNLiveSubscribeMsgUrl = API_Host@"/Daren/group/subscribeMsg.action";
448 //获取已关注的订阅号列表 448 //获取已关注的订阅号列表
449 static NSString *const CNLiveOfficialAccountUrl = API_Host@"/Daren/group/officialAccount.action"; 449 static NSString *const CNLiveOfficialAccountUrl = API_Host@"/Daren/group/officialAccount.action";
  450 +//订阅号获取预约列表
  451 +static NSString *const CNLiveContentApiLiveListUrl = API_Classify@"/contentApi/getLiveList";
  452 +//预约订阅号直播
  453 +static NSString *const CNLiveContentApiLiveAppointUrl = API_Classify@"/contentApi/liveAppoint";
450 454
451 #pragma mark - App配置信息 455 #pragma mark - App配置信息
452 // 获取最新版本信息 456 // 获取最新版本信息