Commit 14e2a0d1 authored by hujun's avatar hujun

//

parent ff13b816
......@@ -1158,9 +1158,9 @@ class Shop extends Basic
foreach ($data as $k=>$v) {
$data[$k]['check_time'] = $v['check_time'] ? $v['check_time'] : '';
$data[$k]['check_status'] = $v['check_id'] ? 1 : 0;
$data[$k]['path'] = 'resource/lib/Attachments/video/';
}
$path = 'resource/lib/Attachments/video/';
return $this->response(200, '', ['list'=>$data, 'path'=>$path]);
return $this->response(200, '', $data);
}
/**
......
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