Commit bfe77e34 authored by 耿迪迪's avatar 耿迪迪

语音参数修改 gengdidi

parent a44a3015
...@@ -29,8 +29,8 @@ public class VoiceNotifyServiceImpl implements VoiceNotifyService { ...@@ -29,8 +29,8 @@ public class VoiceNotifyServiceImpl implements VoiceNotifyService {
@Value("${batchVoiceNotifyURL}") @Value("${batchVoiceNotifyURL}")
private String batchVoiceNotifyURL; private String batchVoiceNotifyURL;
@Value("${displayNum}") /* @Value("${displayNum}")
private String displayNum; private String displayNum;*/
@Override @Override
public Result sendVoiceNotify(SendVoiceNotify sendVoiceNotify) throws IOException, URISyntaxException { public Result sendVoiceNotify(SendVoiceNotify sendVoiceNotify) throws IOException, URISyntaxException {
...@@ -55,7 +55,7 @@ public class VoiceNotifyServiceImpl implements VoiceNotifyService { ...@@ -55,7 +55,7 @@ public class VoiceNotifyServiceImpl implements VoiceNotifyService {
Map<String,Object> params = new HashMap<>(); Map<String,Object> params = new HashMap<>();
params.put("appId",appId); params.put("appId",appId);
params.put("appKey",appKey); params.put("appKey",appKey);
params.put("displayNum",displayNum); //params.put("displayNum",displayNum);
return params; return params;
} }
} }
...@@ -49,7 +49,7 @@ secretKey: f225e66813e6d6a663daf919c1935dcb ...@@ -49,7 +49,7 @@ secretKey: f225e66813e6d6a663daf919c1935dcb
isWriteLocal: true isWriteLocal: true
#语音发送限制去除 #语音发送限制去除
displayNum: 0820211216 #displayNum: 0820211216
logging: logging:
# 设置logback.xml位置 # 设置logback.xml位置
......
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