增加验证码的开关的功能
This commit is contained in:
@@ -1698,4 +1698,11 @@ alter table jsh_material change other_field3 other_field3 varchar(500) DEFAULT N
|
||||
-- --------------------------------------------------------
|
||||
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服务器', '');
|
||||
insert into jsh_platform_config (platform_key, platform_key_info, platform_value) VALUES ('email_smtp_host', '邮件发送端-SMTP服务器', '');
|
||||
|
||||
-- --------------------------------------------------------
|
||||
-- 时间 2025年9月21日
|
||||
-- by jishenghua
|
||||
-- 给平台表增加验证码启用标记
|
||||
-- --------------------------------------------------------
|
||||
insert into jsh_platform_config(platform_key, platform_key_info, platform_value) values ('checkcode_flag', '验证码启用标记', '1');
|
||||
Reference in New Issue
Block a user