添加新的参数:声纹接口地址

--202507031602.sql 添加声纹接口地址参数sql
--Constant.java 对应新参数的常量
--SysParamsController.java 验证声纹接口地址参数是否符合规则
--db.changelog-master.yaml 添加执行新的sql文件
This commit is contained in:
JianYu Zheng
2025-07-03 16:34:50 +08:00
parent 04b132816c
commit 036dde5bb0
4 changed files with 54 additions and 1 deletions
@@ -239,4 +239,11 @@ databaseChangeLog:
changes:
- sqlFile:
encoding: utf8
path: classpath:db/changelog/202506261637.sql
path: classpath:db/changelog/202506261637.sql
- changeSet:
id: 202507031602
author: zjy
changes:
- sqlFile:
encoding: utf8
path: classpath:db/changelog/202507031602.sql