qc_initv2.1.3.sql 487 B

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