Commit f1bb99d51b58d4470df997167923b6698dacdf3b

Authored by zhangxiaowen
1 parent bd94cb6b

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.1'
  11 + s.version = '0.0.2'
12 12 s.summary = '网家家环境配置'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
CNLiveEnvironmentConfiguration/Classes/NetworkAPIs.h
... ... @@ -443,6 +443,10 @@ static NSString *const CNCancelAttentionSubscribeUrl = API_Host@"/Daren/group/u
443 443 static NSString *const CNJumpGroupSubscribeUrl = API_Host@"/Daren/group/userAddGroup.action";
444 444 //设置默认订阅号
445 445 static NSString *const CNSubscribeDefaultAddFollowsUrl = API_Host@"/Daren/group/defaultAddFollows.action";
  446 +//获取推荐的订阅号推荐内容
  447 +static NSString *const CNLiveSubscribeMsgUrl = API_Host@"/Daren/group/subscribeMsg.action";
  448 +//获取已关注的订阅号列表
  449 +static NSString *const CNLiveOfficialAccountUrl = API_Host@"/Daren/group/officialAccount.action";
446 450  
447 451 #pragma mark - App配置信息
448 452 // 获取最新版本信息
... ...