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