diff --git a/application/admin/controller/Auth.php b/application/admin/controller/Auth.php index 6b3782a61..d2d9dcb56 100644 --- a/application/admin/controller/Auth.php +++ b/application/admin/controller/Auth.php @@ -1,5 +1,17 @@ +// | 开源协议 ( https://mit-license.org ) +// +---------------------------------------------------------------------- +// | github开源项目:https://github.com/zoujingli/Think.Admin // +---------------------------------------------------------------------- return [ diff --git a/application/index/controller/Index.php b/application/index/controller/Index.php index 91021478d..e2abf89db 100644 --- a/application/index/controller/Index.php +++ b/application/index/controller/Index.php @@ -1,4 +1,16 @@ redirect('@admin'); - $version = Db::query('select version() as ver'); - $version = array_pop($version); - $this->assign('mysql_ver', $version['ver']); - return view(); - } +public function index() { +$this->redirect('@admin'); +$version = Db::query('select version() as ver'); +$version = array_pop($version); +$this->assign('mysql_ver', $version['ver']); +return view(); +} } diff --git a/application/route.php b/application/route.php index 0b67a5fe4..89b9a4fb5 100644 --- a/application/route.php +++ b/application/route.php @@ -1,3 +1,15 @@ [], diff --git a/extend/controller/BasicAdmin.php b/extend/controller/BasicAdmin.php index c26f93fe1..4417cad50 100644 --- a/extend/controller/BasicAdmin.php +++ b/extend/controller/BasicAdmin.php @@ -1,5 +1,17 @@ request->baseUrl(), '', false, true) . '?' . http_build_query($params); } - $wechat = &load_wechat('Oauth'); + $wechat = &load_wechat('Oauth'); # 微信网页授权处理 if (!$this->request->get('code', false)) { exit(redirect($wechat->getOauthRedirect($wxoauth_url, 'webOauth', 'snsapi_base'))->send()); @@ -108,4 +120,5 @@ class BasicWechat extends Controller { !!$redirect_url && exit(redirect($redirect_url)->send()); return $this->openid; } -} \ No newline at end of file + +} diff --git a/extend/library/Csv.php b/extend/library/Csv.php index db9f84dd7..e0fbd5851 100644 --- a/extend/library/Csv.php +++ b/extend/library/Csv.php @@ -1,5 +1,17 @@ array('application/mac-binhex40', 'application/mac-binhex', 'application/x-binhex40', 'application/x-mac-binhex40'), 'cpt' => 'application/mac-compactpro', diff --git a/extend/service/ExpressService.php b/extend/service/ExpressService.php index cbe42af53..330f73879 100644 --- a/extend/service/ExpressService.php +++ b/extend/service/ExpressService.php @@ -1,5 +1,17 @@ getDatacube('user', 'cumulate', date('Y-m-d', strtotime("-{$day} day")), date('Y-m-d', strtotime('-1 day'))); + $data['cumulate'] = (array) $extends->getDatacube('user', 'cumulate', date('Y-m-d', strtotime("-{$day} day")), date('Y-m-d', strtotime('-1 day'))); // 统计增量数 - $data['summary'] = (array)$extends->getDatacube('user', 'summary', date('Y-m-d', strtotime("-{$day} day")), date('Y-m-d', strtotime('-1 day'))); + $data['summary'] = (array) $extends->getDatacube('user', 'summary', date('Y-m-d', strtotime("-{$day} day")), date('Y-m-d', strtotime('-1 day'))); // 统计消息数 - $data['upstreammsg'] = (array)$extends->getDatacube('upstreammsg', 'summary', date('Y-m-d', strtotime("-{$day} day")), date('Y-m-d', strtotime('-1 day'))); + $data['upstreammsg'] = (array) $extends->getDatacube('upstreammsg', 'summary', date('Y-m-d', strtotime("-{$day} day")), date('Y-m-d', strtotime('-1 day'))); $temp = array(); for ($i = 1; $i <= $day; $i++) { $temp[date('Y-m-d', strtotime("-{$i} day"))] = []; diff --git a/extend/service/PayService.php b/extend/service/PayService.php index cb97c0a31..d1220ab74 100644 --- a/extend/service/PayService.php +++ b/extend/service/PayService.php @@ -1,12 +1,23 @@ - -
- -