From 871ea763ac88f1cbdeb7524d1ef38185f5da1c34 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: Tue, 29 Oct 2024 10:02:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/PayManageController.php | 2 -- runtime/mysql.sql | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/app/controller/PayManageController.php b/app/controller/PayManageController.php index cfcaf14..cce43a1 100644 --- a/app/controller/PayManageController.php +++ b/app/controller/PayManageController.php @@ -5,11 +5,9 @@ declare(strict_types=1); namespace app\controller; use app\BaseController; -use app\model\Order; use app\model\PayAccount; use app\model\PayChannel; use think\facade\View; -use app\model\Platform; class PayManageController extends BaseController { diff --git a/runtime/mysql.sql b/runtime/mysql.sql index 2ee1bec..28cb442 100644 --- a/runtime/mysql.sql +++ b/runtime/mysql.sql @@ -85,7 +85,7 @@ CREATE TABLE `mpay_pay_account` ( LOCK TABLES `mpay_pay_account` WRITE; /*!40000 ALTER TABLE `mpay_pay_account` DISABLE KEYS */; -INSERT INTO `mpay_pay_account` VALUES (1,1001,'sqbpay','18******423','76******QB',1,0,'{}',NULL); +INSERT INTO `mpay_pay_account` VALUES (1,1000,'sqbpay','18******423','76******QB',1,0,'{}',NULL); /*!40000 ALTER TABLE `mpay_pay_account` ENABLE KEYS */; UNLOCK TABLES; @@ -114,7 +114,7 @@ CREATE TABLE `mpay_pay_channel` ( LOCK TABLES `mpay_pay_channel` WRITE; /*!40000 ALTER TABLE `mpay_pay_channel` DISABLE KEYS */; -INSERT INTO `mpay_pay_channel` VALUES (1,1,'24101820013292761382','https://qr.shouqianba.com/24101820013292761382','2024-10-19 02:23:37',1,NULL); +INSERT INTO `mpay_pay_channel` VALUES (1,1,'24101820013292761382','https://qr.shouqianba.com/24101820013292761382','2024-01-01 10:00:00',1,NULL); /*!40000 ALTER TABLE `mpay_pay_channel` ENABLE KEYS */; UNLOCK TABLES; @@ -146,7 +146,7 @@ CREATE TABLE `mpay_user` ( LOCK TABLES `mpay_user` WRITE; /*!40000 ALTER TABLE `mpay_user` DISABLE KEYS */; -INSERT INTO `mpay_user` VALUES (1,1001,'953c4d682d9ab148277b76a06e215ce7','技术老胡','admin','Aa12345678',1,1,'2024-08-02 07:42:41',NULL); +INSERT INTO `mpay_user` VALUES (1,1000,'953c4d682d9ab148277b76a06e215ce7','技术老胡','admin','Aa12345678',1,1,'2024-01-01 08:00:00',NULL); /*!40000 ALTER TABLE `mpay_user` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;