Commit ff13b816 authored by hujun's avatar hujun

//

parent 66ee4d8c
...@@ -1160,7 +1160,7 @@ class Shop extends Basic ...@@ -1160,7 +1160,7 @@ class Shop extends Basic
$data[$k]['check_status'] = $v['check_id'] ? 1 : 0; $data[$k]['check_status'] = $v['check_id'] ? 1 : 0;
} }
$path = 'resource/lib/Attachments/video/'; $path = 'resource/lib/Attachments/video/';
return $this->response(200, '', ['list'=>$data, 'path'=>$path,'is_auth'=>$is_auth]); return $this->response(200, '', ['list'=>$data, 'path'=>$path]);
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment