Commit a1d62bf7 authored by hujun's avatar hujun

,

parent f01c64a4
......@@ -1161,8 +1161,9 @@ class Shop extends Basic
$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/';
$data[$k]['is_auth'] = $is_auth;
}
return $this->response(200, '', $data, ['is_auth'=>$is_auth]);
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