123456789 |
- use `qc`;
- -- 执行前请看注意事项!
- -- 通用版本token有效时间配置化
- /**
- sys_dictionary_info表新增token时间配置
- */
- INSERT INTO `sys_dictionary_info` (`group_type`, `name`, `val`, `return_type`, `remark`) VALUES ('31', 'accessToken', '86400', '2', 'accessToken有效期(单位秒)');
- INSERT INTO `sys_dictionary_info` (`group_type`, `name`, `val`, `return_type`, `remark`) VALUES ('31', 'refreshToken', '604800', '2', 'refreshToken有效期(单位秒)');
|