|
|
@@ -81,7 +81,7 @@ class UserController extends FrontController
|
|
|
*/
|
|
|
function getVideo(){
|
|
|
$data['one_video'] = 'https://jhnewshop.oss-cn-chengdu.aliyuncs.com/7659551ca700956ae3a2a9a184e3c08b.mp4';
|
|
|
- $data['two_video'] = 'https://baidu.com';
|
|
|
+ $data['two_video'] = 'https://jhnewshop.oss-cn-chengdu.aliyuncs.com/7659551ca700956ae3a2a9a184e3c08b.mp4';
|
|
|
return $this->apiResponseSuccess('成功',$data);
|
|
|
}
|
|
|
|