feat 删除不必记录的信息

This commit is contained in:
damonyuan 2024-11-19 14:46:57 +08:00
parent 7f2d293b24
commit 589cf8d31c
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ INSERT INTO `la_config` (`id`, `type`, `name`, `value`, `create_time`, `update_t
INSERT INTO `la_config` (`id`, `type`, `name`, `value`, `create_time`, `update_time`) VALUES (47, 'sms', 'engine', 'tencent', 1710489825, 1731983329);
INSERT INTO `la_config` (`id`, `type`, `name`, `value`, `create_time`, `update_time`) VALUES (48, 'sms', 'ali', '{\"name\":\"阿里云短信\",\"type\":\"ali\",\"sign\":\"***\",\"app_key\":\"**\",\"app_id\":\"\",\"secret_key\":\"***\",\"secret_id\":\"\",\"status\":1}', 1710489837, 1729343871);
INSERT INTO `la_config` (`id`, `type`, `name`, `value`, `create_time`, `update_time`) VALUES (49, 'hot_search', 'status', '1', 1710817727, 1723169824);
INSERT INTO `la_config` (`id`, `type`, `name`, `value`, `create_time`, `update_time`) VALUES (50, 'storage', 'qcloud', '{\"bucket\":\"likeshop-1305907552\",\"region\":\"ap-guangzhou\",\"access_key\":\"****\",\"secret_key\":\"*****\",\"domain\":\"https:\\/\\/likeshop-1305907552.cos.ap-guangzhou.myqcloud.com\"}', 1723111250, 1723111250);
INSERT INTO `la_config` (`id`, `type`, `name`, `value`, `create_time`, `update_time`) VALUES (50, 'storage', 'qcloud', '{\"bucket\":\"***\",\"region\":\"ap-guangzhou\",\"access_key\":\"****\",\"secret_key\":\"*****\",\"domain\":\"https:\\/\\/xxx.com\"}', 1723111250, 1723111250);
INSERT INTO `la_config` (`id`, `type`, `name`, `value`, `create_time`, `update_time`) VALUES (51, 'open_platform', 'app_id', '1', 1729527783, 1731983406);
INSERT INTO `la_config` (`id`, `type`, `name`, `value`, `create_time`, `update_time`) VALUES (52, 'open_platform', 'app_secret', '1', 1729527783, 1731983406);
COMMIT;