企微短剧业务系统

jiashu.php 549B

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