Commit bd94cb6b5bc73c52aa2fa8f60e9c5150bc755227
1 parent
318e16bd
no message
Showing
1 changed file
with
2 additions
and
0 deletions
CNLiveEnvironmentConfiguration/Classes/NetworkAPIs.h
| ... | ... | @@ -516,6 +516,8 @@ static NSString *const CNLiveSPCancelFollow = API_Host@"/Daren/group/userCancelF |
| 516 | 516 | |
| 517 | 517 | //订阅号取消管制 |
| 518 | 518 | |
| 519 | +//视频下载地址 | |
| 520 | +static NSString *const CNLiveVideoDownloadUrl = API_OpenApi2@"/vod_ips/vodplayByAPP"; | |
| 519 | 521 | |
| 520 | 522 | #pragma mark - 黑名单 |
| 521 | 523 | //校验黑名单 | ... | ... |