Commit 6f320dd0 authored by liuyang's avatar liuyang

添加验证身份短信模板

parent cfd022b0
...@@ -19,4 +19,5 @@ CREATE TABLE `sms_template` ( ...@@ -19,4 +19,5 @@ CREATE TABLE `sms_template` (
-- Records of sms_template -- Records of sms_template
-- ---------------------------- -- ----------------------------
INSERT INTO `sms_template` VALUES (1, 'T_LG_CAPTCHA', 1, 1, 1, 'SMS_190520446', '乾坤数据', '', '验证码${code},您正在注册成为新用户,感谢您的支持!', '', NULL, NULL); INSERT INTO `sms_template` VALUES (1, 'T_LG_CAPTCHA', 1, 1, 1, 'SMS_190520448', '乾坤数据', '', '验证码${code},您正在登录,若非本人操作,请勿泄露。', '', NULL, NULL);
\ No newline at end of file INSERT INTO `sms_template` VALUES (2, 'T_CK_CAPTCHA', 1, 1, 1, 'SMS_190520449', '乾坤数据', '', '验证码${code},您正在进行身份验证,打死不要告诉别人哦!', '', NULL, NULL);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment