Sfoglia il codice sorgente

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

liuzejian 1 anno fa
parent
commit
44b287dc11
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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,