From 4f5afd6905b7c3ca6c3d307a3f973e7223ad8afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sun, 6 May 2018 11:12:29 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E5=A4=8D=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E6=8E=88=E6=9D=83=E5=AE=8C=E5=85=A8=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E8=83=BD=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controller/User.php | 2 ++ config/aliyun.php | 6 ++++++ config/database.php | 6 +++--- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 config/aliyun.php diff --git a/application/admin/controller/User.php b/application/admin/controller/User.php index 407648783..2510c4094 100644 --- a/application/admin/controller/User.php +++ b/application/admin/controller/User.php @@ -133,6 +133,8 @@ class User extends BasicAdmin if ($this->request->isPost()) { if (isset($data['authorize']) && is_array($data['authorize'])) { $data['authorize'] = join(',', $data['authorize']); + } else { + $data['authorize'] = ''; } if (isset($data['id'])) { unset($data['username']); diff --git a/config/aliyun.php b/config/aliyun.php new file mode 100644 index 000000000..d716cc35d --- /dev/null +++ b/config/aliyun.php @@ -0,0 +1,6 @@ + 'WjeX0AYSfgy5VbXQ', + 'appkey' => 'hQTENHy6MYVUTgwjcgfOCq5gckm2Lp', +]; \ No newline at end of file diff --git a/config/database.php b/config/database.php index f0882cd21..d0f63d7ea 100644 --- a/config/database.php +++ b/config/database.php @@ -16,13 +16,13 @@ return [ // 数据库类型 'type' => 'mysql', // 服务器地址 - 'hostname' => '127.0.0.1', + 'hostname' => 'server.cuci.cc', // 数据库名 'database' => 'admin_v3', // 用户名 - 'username' => 'admin_v3', + 'username' => 'root', // 密码 - 'password' => 'FbYBHcWKr2', + 'password' => 'Test12345', // 端口 'hostport' => '3306', // 连接dsn