Commit 218629b44e3c118896f0b36a32e5e9a5b47b9b99
1 parent
8cd04880
no message
Showing
2 changed files
with
3 additions
and
1 deletions
CNLiveEnvironmentConfiguration.podspec
CNLiveEnvironmentConfiguration/Classes/NetworkAPIs.h
| ... | ... | @@ -471,6 +471,8 @@ static NSString *const CNLiveOfficialAccountUrl = API_Host@"/Daren/group/officia |
| 471 | 471 | static NSString *const CNLiveContentApiLiveListUrl = API_Classify@"/contentApi/getLiveList"; |
| 472 | 472 | //预约订阅号直播 |
| 473 | 473 | static NSString *const CNLiveContentApiLiveAppointUrl = API_Classify@"/contentApi/liveAppoint"; |
| 474 | +//订阅号热推 | |
| 475 | +static NSString *const CNSubscribeHotPushUrl = API_Classify@"/contentApi/getHotContent"; | |
| 474 | 476 | |
| 475 | 477 | #pragma mark - App配置信息 |
| 476 | 478 | // 获取最新版本信息 | ... | ... |