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