作者 郭盛
1 个管道 的构建 通过 耗费 1 秒

修改接口

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