@ -373,6 +373,9 @@ public class BaseHospitalRequestMapping {
//复诊图文咨询人数,视频咨询人数
public static final String doctorIndexConsultCount="doctorIndexConsultCount";
//测试发送处方消息
public static final String testSendPrescriptionIM = "testSendPrescriptionIM";
}
@ -271,4 +271,13 @@ public class DoctorConsultEndpoint extends EnvelopRestEndpoint {
@GetMapping(value = BaseHospitalRequestMapping.DodtorIM.testSendPrescriptionIM)
@ApiOperation(value = "测试发送处方消息", notes = "测试发送处方消息")
public Envelop testSendPrescriptionIM()throws Exception{
imService.pushPrescriptionImMessage(null);
return success("请求成功");
@ -411,4 +411,5 @@ public class PatientConsultEndpoint extends EnvelopRestEndpoint {