From 0473a992a8badbae9992040f3fcc874f9bf50709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8A=80=E6=9C=AF=E8=80=81=E8=83=A1?= <1094551889@qq.com> Date: Sat, 19 Oct 2024 10:28:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E7=99=BB=E9=99=86=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 6 +++--- config/payconfig/1001_1.php | 4 ++-- view/user/login.html | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) 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 @@