Ver Fonte

删除测试代码

liuzejian há 1 ano atrás
pai
commit
4b0e63204d
1 ficheiros alterados com 0 adições e 1 exclusões
  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,