Commit 274fcd63 by Leslie1w

App语音与视频相关接口

parent 7a735fc1
......@@ -150,7 +150,7 @@ public class KyxsServiceImpl implements KyxsService {
TbXwKyxsSp kyxsSp = new TbXwKyxsSp();
kyxsSp.setXxzjbh(xxzjbh);
kyxsSp.setAsjbh(asjbh);
kyxsSp.setKyxsspPpnr(file.getBytes());
kyxsSp.setKyxsspSpnr(file.getBytes());
kyxsSp.setKyxsspPssb(kyhm);
kyxsSp.setKyxstxKyyj(kyyj);
kyxsSp.setKyxsspJd(jd);
......@@ -418,7 +418,7 @@ public class KyxsServiceImpl implements KyxsService {
break;
case "sp":
TbXwKyxsSp sp = tbXwKyxsSpMapper.selectById(xxzjbh);
inputStream = new ByteArrayInputStream(sp.getKyxsspPpnr());
inputStream = new ByteArrayInputStream(sp.getKyxsspSpnr());
response.setHeader("Content-Disposition", "attachment;filename=" + URLEncoder.encode(xxzjbh+"视频", "UTF-8"));
break;
}
......
......@@ -6,27 +6,27 @@ jasypt:
spring:
redis:
##redis 单机环境配置
host: 127.0.0.1
port: 6379
password:
host: 47.92.223.200
port: 7779
password: p!ssw0rd1
database: 0
ssl: false
#userredis单机环境配置
userredis:
host: 127.0.0.1
port: 6379
password:
host: 47.92.223.200
port: 7779
password: p!ssw0rd1
database: 0
ssl: false
# host: 74.6.54.152
# port: 6378
# database: 0
# ssl: false
# host: 47.92.225.109
# port: 3001
# password: 123
# database: 0
# ssl: false
# host: 74.6.54.152
# port: 6378
# database: 0
# ssl: false
# host: 47.92.225.109
# port: 3001
# password: 123
# database: 0
# ssl: false
##redis 集群环境配置
#cluster:
# nodes: 127.0.0.1:7001,127.0.0.1:7002,127.0.0.1:7003
......@@ -110,7 +110,7 @@ userIdleTime: 10
qgEs:
url: http://10.142.16.182:9061/xxcx/
# url: http://localhost:9022/bjhc/ktsj/
# url: http://localhost:9022/bjhc/ktsj/
authorization: Basic 9b6c45cfcf3a4a629e3ed90fa3e5d058
#全国ES案事件API查询地址
......
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