| | |
| | | import com.ruoyi.common.utils.sms.smsUtils; |
| | | import com.smartor.domain.ServiceOutPath; |
| | | import com.smartor.domain.smsVO; |
| | | import com.smartor.mapper.UtilsMapper; |
| | | import com.smartor.service.IServiceOutPathService; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | |
| | | String content = "您好,邀请您填写出院调查表,请点击" + url + "填写。感谢您配合!"; |
| | | if (ObjectUtils.isNotEmpty(vo.getContent())) |
| | | content = vo.getContent(); |
| | | // else |
| | | // sendChat(vo); |
| | | else |
| | | sendChat(vo); |
| | | String sendMsg = ""; |
| | | try { |
| | | sendMsg = smsUtils.sendSms(xhsmsPath, xhsmsAccount, xhsmsPwd, vo.getPhone(), content); |