...
|
...
|
@@ -2188,6 +2188,7 @@ class User extends Api |
|
|
$v['video_id']['attr'] = '8K';
|
|
|
$v['video_id']['eight_vipprice'] =$info['eight_price'] * 0.75;
|
|
|
}
|
|
|
$v['video_id']['title'] = $info['title'];
|
|
|
$v['video_id']['thumbnail'] = $rule.$info['thumbnail'];
|
|
|
|
|
|
}
|
...
|
...
|
|