diff --git a/.env b/.env index 3410a9b..74406fb 100644 --- a/.env +++ b/.env @@ -2,9 +2,9 @@ APP_DEBUG = true DB_TYPE = mysql DB_HOST = 127.0.0.1 -DB_NAME = mpay -DB_USER = admin -DB_PASS = Aa123456 +DB_NAME = test +DB_USER = test +DB_PASS = 123456 DB_PORT = 3306 DB_CHARSET = utf8 DB_PREFIX = mpay_ diff --git a/config/payconfig/1001_1.php b/config/payconfig/1001_1.php index e755841..b428b9d 100644 --- a/config/payconfig/1001_1.php +++ b/config/payconfig/1001_1.php @@ -17,9 +17,9 @@ return [ // 收款平台 'payclass' => 'ShouQianBa', // 账号 - 'account' => '188******23', + 'account' => '14725836911', // 密码 - 'password' => '7*******B', + 'password' => '123456', // 订单查询参数配置 'query' => array ( 'date_end' => NULL, diff --git a/view/user/login.html b/view/user/login.html index 04e0429..4ecfff7 100644 --- a/view/user/login.html +++ b/view/user/login.html @@ -38,11 +38,11 @@
-
+