소스 검색

中山医院短信网关

huangwenjie 5 년 전
부모
커밋
1fd3b04f06
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

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