Browse Source

中山医院短信网关

huangwenjie 5 years ago
parent
commit
1fd3b04f06

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

@ -403,7 +403,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("请求成功");
	}