Преглед на файлове

Merge branch 'dev' of http://192.168.1.220:10080/Amoy2/wlyy2.0 into dev

Trick преди 5 години
родител
ревизия
36888f6dbb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      svr/svr-internet-hospital/src/main/java/com/yihu/jw/hospital/endpoint/consult/DoctorConsultEndpoint.java

+ 1 - 1
svr/svr-internet-hospital/src/main/java/com/yihu/jw/hospital/endpoint/consult/DoctorConsultEndpoint.java

@ -405,7 +405,7 @@ public class DoctorConsultEndpoint extends EnvelopRestEndpoint {
	                                        @RequestParam(value = "reviver", required = false)String reviver
	                                        )throws Exception{
//		imService.testSendWaiSocketMessage(sender,reviver);
		smsService.ZhongShangSendSMS("18205968966","测试发送短信");
		smsService.ZhongShangSendSMS(sender,reviver);
		return success("请求成功");
	}