Commit 10e27c44ba80c72f18f069fe794a4cf1790fa3e0

Authored by zhangxiaowen
1 parent f1bb99d5

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.2'
  11 + s.version = '0.0.3'
12 12 s.summary = '网家家环境配置'
13 13  
14 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 447 static NSString *const CNLiveSubscribeMsgUrl = API_Host@"/Daren/group/subscribeMsg.action";
448 448 //获取已关注的订阅号列表
449 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 455 #pragma mark - App配置信息
452 456 // 获取最新版本信息
... ...