Commit 10e27c44ba80c72f18f069fe794a4cf1790fa3e0
1 parent
f1bb99d5
no message
Showing
2 changed files
with
5 additions
and
1 deletions
CNLiveEnvironmentConfiguration.podspec
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 | // 获取最新版本信息 | ... | ... |