diff --git a/Server/application/store/controller/CustomerController.php b/Server/application/store/controller/CustomerController.php index 540b0105..9bec2a68 100644 --- a/Server/application/store/controller/CustomerController.php +++ b/Server/application/store/controller/CustomerController.php @@ -77,6 +77,7 @@ class CustomerController extends Api // 格式化数据 foreach ($list as &$item) { $item['labels'] = json_decode($item['labels'], true); + $item['createTime'] = date('Y-m-d H:i:s', $item['createTime']); } unset($item);