瀏覽代碼

Merge branch 'liuzj-weixin-tishen-dev' into test

liuzejian 1 年之前
父節點
當前提交
44b287dc11
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      modules/Video/Services/WechatCheckSyncService.php

+ 0 - 1
modules/Video/Services/WechatCheckSyncService.php

@@ -34,7 +34,6 @@ class WechatCheckSyncService
      * @throws \GuzzleHttp\Exception\GuzzleException
      */
     public static function getMedialinkInfo($seriesId) {
-        return ['mp4_url' => 'http://www.baidu.com'];
         $syncInfo = DB::table('video_series_wechat_check')
             ->where([
                 'series_id'=> $seriesId,