From 3fb645e96caa5b76ce0e4a280dc92158c88e9579 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Wed, 19 Mar 2025 20:53:57 +0800 Subject: [PATCH] =?UTF-8?q?sql=E5=8E=BB=E6=8E=89=E5=9E=83=E5=9C=BE?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/shopxo.sql | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/shopxo.sql b/config/shopxo.sql index dad351859..21f752707 100644 --- a/config/shopxo.sql +++ b/config/shopxo.sql @@ -11,7 +11,7 @@ Target Server Version : 50731 File Encoding : 65001 - Date: 04/03/2025 21:29:30 + Date: 19/03/2025 20:52:54 */ SET NAMES utf8mb4; @@ -2207,13 +2207,12 @@ CREATE TABLE `sxo_user_platform` ( INDEX `qq_openid`(`qq_openid`) USING BTREE, INDEX `qq_unionid`(`qq_unionid`) USING BTREE, INDEX `kuaishou_openid`(`kuaishou_openid`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '用户平台'; +) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '用户平台'; -- ---------------------------- -- Records of sxo_user_platform -- ---------------------------- BEGIN; -INSERT INTO `sxo_user_platform` (`id`, `user_id`, `system_type`, `platform`, `token`, `alipay_openid`, `weixin_openid`, `weixin_unionid`, `weixin_web_openid`, `baidu_openid`, `toutiao_openid`, `toutiao_unionid`, `qq_openid`, `qq_unionid`, `kuaishou_openid`, `add_time`, `upd_time`) VALUES (1, 1, 'default', 'weixin', '4e09b76066ca530b167ed32f55a763a3', '', 'oB6US5SNOngn196qzb3lagEBTh6w', 'o1Ang5xo5tiJD-l7Y1kY7-hT6emk', '', '', '', '', '', '', '', 1699451379, 1699456405); COMMIT; -- ----------------------------