dever 6 년 전
부모
커밋
47379bc1d5
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      audit/lib/Core.php

+ 4 - 0
audit/lib/Core.php

@@ -77,6 +77,10 @@ class Core
                         $send['pdate'] = $source['pdate'];
                         $send['pdate'] = $source['pdate'];
                         $send['desc'] = $source['share_title'];
                         $send['desc'] = $source['share_title'];
                         $send['template'] = $v['type'];
                         $send['template'] = $v['type'];
+                        if (isset($source['video'])) {
+                            $send['video'] = $source['video'];
+                        }
+                        
                         $send['content'] = Dever::json_encode($content['content_array']);
                         $send['content'] = Dever::json_encode($content['content_array']);
 
 
                         $data = Dever::load('jingpin/lib/article.up', $send);
                         $data = Dever::load('jingpin/lib/article.up', $send);