优化管理员登录的逻辑,增加提醒功能
This commit is contained in:
@@ -682,6 +682,9 @@ INSERT INTO `jsh_platform_config` VALUES ('15', 'aliOss_accessKeySecret', '阿
|
||||
INSERT INTO `jsh_platform_config` VALUES ('16', 'aliOss_bucketName', '阿里OSS-bucketName', '');
|
||||
INSERT INTO `jsh_platform_config` VALUES ('17', 'aliOss_linkUrl', '阿里OSS-linkUrl', '');
|
||||
INSERT INTO `jsh_platform_config` VALUES ('18', 'bill_excel_url', '单据Excel地址', '');
|
||||
INSERT INTO `jsh_platform_config` VALUES ('19', 'email_from', '邮件发送端-发件人', '');
|
||||
INSERT INTO `jsh_platform_config` VALUES ('20', 'email_auth_code', '邮件发送端-授权码', '');
|
||||
INSERT INTO `jsh_platform_config` VALUES ('21', 'email_smtp_host', '邮件发送端-SMTP服务器', '');
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for jsh_role
|
||||
|
||||
@@ -1690,8 +1690,12 @@ alter table jsh_material change other_field2 other_field2 varchar(500) DEFAULT N
|
||||
alter table jsh_material change other_field3 other_field3 varchar(500) DEFAULT NULL COMMENT '自定义3';
|
||||
|
||||
-- --------------------------------------------------------
|
||||
-- 时间 2025年8月26日
|
||||
-- 时间 2025年9月3日
|
||||
-- by jishenghua
|
||||
-- 给平台表增加微信订阅-登录模板ID
|
||||
-- 给平台表增加邮件发送端-发件人
|
||||
-- 给平台表增加邮件发送端-授权码
|
||||
-- 给平台表增加邮件发送端-SMTP服务器
|
||||
-- --------------------------------------------------------
|
||||
insert into jsh_platform_config (platform_key, platform_key_info, platform_value) VALUES ('login_temp_id', '微信订阅-登录模板ID', '');
|
||||
insert into jsh_platform_config (platform_key, platform_key_info, platform_value) VALUES ('email_from', '邮件发送端-发件人', '');
|
||||
insert into jsh_platform_config (platform_key, platform_key_info, platform_value) VALUES ('email_auth_code', '邮件发送端-授权码', '');
|
||||
insert into jsh_platform_config (platform_key, platform_key_info, platform_value) VALUES ('email_smtp_host', '邮件发送端-SMTP服务器', '');
|
||||
Reference in New Issue
Block a user