From c45df35bd9ffc2efba83a4aff6d49f99d1d68ce8 Mon Sep 17 00:00:00 2001 From: TinyAnts Date: Fri, 6 Jan 2023 16:17:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4sql=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/install.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sql/install.sql b/sql/install.sql index 52a5997d..2b3764e9 100644 --- a/sql/install.sql +++ b/sql/install.sql @@ -571,6 +571,8 @@ INSERT INTO `la_system_config` VALUES (61, 'oa_channel', 'token', '', 1660620367 INSERT INTO `la_system_config` VALUES (62, 'oa_channel', 'encodingAesKey', '', 1660620367, 1662551337); INSERT INTO `la_system_config` VALUES (63, 'oa_channel', 'encryptionType', '1', 1660620367, 1662551337); INSERT INTO `la_system_config` VALUES (64, 'oa_channel', 'menus', '[]', 1631255140, 1663118712); +INSERT INTO `la_system_config` VALUES (68, 'op_channel', 'appId', '', 0, 0); +INSERT INTO `la_system_config` VALUES (69, 'op_channel', 'appSecret', '', 0, 0); INSERT INTO `la_system_config` VALUES (70, 'login', 'loginWay', '1,2', 1660620367, 1662538771); INSERT INTO `la_system_config` VALUES (71, 'login', 'forceBindMobile', '0', 1660620367, 1662538771); INSERT INTO `la_system_config` VALUES (72, 'login', 'openAgreement', '1', 1660620367, 1662538771);