Commit f1bb99d51b58d4470df997167923b6698dacdf3b
1 parent
bd94cb6b
no message
Showing
2 changed files
with
5 additions
and
1 deletions
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.1' | 11 | + s.version = '0.0.2' |
| 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
| @@ -443,6 +443,10 @@ static NSString *const CNCancelAttentionSubscribeUrl = API_Host@"/Daren/group/u | @@ -443,6 +443,10 @@ static NSString *const CNCancelAttentionSubscribeUrl = API_Host@"/Daren/group/u | ||
| 443 | static NSString *const CNJumpGroupSubscribeUrl = API_Host@"/Daren/group/userAddGroup.action"; | 443 | static NSString *const CNJumpGroupSubscribeUrl = API_Host@"/Daren/group/userAddGroup.action"; |
| 444 | //设置默认订阅号 | 444 | //设置默认订阅号 |
| 445 | static NSString *const CNSubscribeDefaultAddFollowsUrl = API_Host@"/Daren/group/defaultAddFollows.action"; | 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 | #pragma mark - App配置信息 | 451 | #pragma mark - App配置信息 |
| 448 | // 获取最新版本信息 | 452 | // 获取最新版本信息 |