|
@@ -17,7 +17,9 @@ class Baseconfig extends Api
|
|
|
|
|
|
$config = [
|
|
|
'kefu_user_ids' => config('site.kefu_user_ids'),//在线客服人员
|
|
|
-
|
|
|
+ 'nowtime' => time(),
|
|
|
+ 'nowdate' => date('Y-m-d H:i:s'),
|
|
|
+ 'nowdate1' => date('Y-m-d H:i:s',time()+3600),
|
|
|
];
|
|
|
|
|
|
$this->success('success',$config);
|