12345678 |
- <?php
- return [
- 'save_promotion' => 'https://video-adreport.eastdrama.com/video/article', // 生成推广链接
- 'get_content_list' => 'https://video-adreport.eastdrama.com/video?', // 获取剧列表
- 'get_section_list' => 'https://video-adreport.eastdrama.com/video/drama?', // 获取剧集列表
- 'get_app_list' => 'https://video-adreport.eastdrama.com/data/productv2', // 应用列表获取
- 'get_article' => 'https://video-adreport.eastdrama.com/video/getArticle?', // 获取推文链接
- ];
|