|
@@ -494,7 +494,7 @@ return array
|
|
|
'type' => 'all',
|
|
|
'order' => array('id' => 'desc'),
|
|
|
'page' => array($page, 'list'),
|
|
|
- 'col' => '*',
|
|
|
+ 'col' => 'id,name,pic_cover,pdate,num_add_user,num_user,num_add_view,num_view,num_up,num_add_up,num_comment,share_yes,share_title,share_pic,share_content,function,content,url_m3u8,url_mp4',
|
|
|
),
|
|
|
|
|
|
'getRelation' => array
|
|
@@ -510,7 +510,7 @@ return array
|
|
|
'type' => 'all',
|
|
|
'order' => array('reorder' => 'desc','id' => 'desc'),
|
|
|
'limit' => '0,4',
|
|
|
- 'col' => 'id,name,pic_cover,pdate,num_add_user,num_user,num_add_view,num_view,num_up,num_add_up,num_comment,share_yes,share_title,share_pic,share_content,function,content',
|
|
|
+ 'col' => 'id,name,pic_cover,pdate,num_add_user,num_user,num_add_view,num_view,num_up,num_add_up,num_comment,share_yes,share_title,share_pic,share_content,function,content,url_m3u8,url_mp4',
|
|
|
),
|
|
|
|
|
|
'getOne' => array
|
|
@@ -521,7 +521,7 @@ return array
|
|
|
'id' => 'yes',
|
|
|
),
|
|
|
'type' => 'one',
|
|
|
- 'col' => 'id,name,pic_cover,pdate,num_add_user,num_user,num_add_view,num_view,num_up,num_add_up,num_comment,share_yes,share_title,share_pic,share_content,function,content',
|
|
|
+ 'col' => 'id,name,pic_cover,pdate,num_add_user,num_user,num_add_view,num_view,num_up,num_add_up,num_comment,share_yes,share_title,share_pic,share_content,function,content,url_m3u8,url_mp4',
|
|
|
),
|
|
|
|
|
|
|