增加待开发事项:线上调解时发送视频会议链接短信给用户。
This commit is contained in:
+3
@@ -2277,6 +2277,9 @@ public class MsCaseApplicationServiceImpl implements MsCaseApplicationService {
|
||||
}
|
||||
// 电话号不为空,发送短信,否则发邮箱
|
||||
if (StrUtil.isNotEmpty(sysUser.getPhonenumber())) {
|
||||
//TODO 发送调解时视频会议链接地址,模板id为2125909
|
||||
//短信模板:尊敬的{1}用户,您的{2}会议链接https://txroom.xayunmei.com/#/home?{3},请点击链接参加会议,如非本人操作,请忽略本短信
|
||||
|
||||
// todo 短信
|
||||
// cn.hutool.json.JSONObject jsonObject = SmsUtils.sendSms(application.getId(), templateId, sysUser.getPhonenumber(),
|
||||
// new String[]{caseApplication.getCaseNum(), application.getHearDate()});
|
||||
|
||||
@@ -7,6 +7,6 @@ targetprojectpath=D:/WorkCode/TJ/Mediation-Backend/ruoyi-system
|
||||
#模块名称
|
||||
moduleName=shortmessage
|
||||
#表名
|
||||
tableName=ms_sms_send_history_record
|
||||
tableName=encryptend_info
|
||||
#主键
|
||||
premaryId=id
|
||||
|
||||
Reference in New Issue
Block a user