Commit 098278c6 authored by hujun's avatar hujun

时间转换

parent a1d62bf7
......@@ -1162,6 +1162,8 @@ class Shop extends Basic
$data[$k]['check_status'] = $v['check_id'] ? 1 : 0;
$data[$k]['path'] = 'resource/lib/Attachments/video/';
$data[$k]['is_auth'] = $is_auth;
$data[$k]['check_time'] = date('Y-m-d', strtotime($v['check_time']));
$data[$k]['create_time'] = date('Y-m-d', strtotime($v['create_time']));
}
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