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

语音参数修改 gengdidi

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