@ -154,7 +154,20 @@ public class EnterpriseService {
}
return "";
/**
*
* @param enterpriseId
* @param doctor
* @param appid
* @param page
* @param title
* @param description (不能超过12个字符)
* @param emphasis_first_item
* @param content_item
* @return
* @throws Exception
*/
public String sendXCXMesByDoctor(String enterpriseId, String doctor, String appid,String page, String title, String description, Boolean emphasis_first_item, String content_item)throws Exception {
BaseDoctorDO baseDoctorDO = baseDoctorDao.findById(doctor);
@ -430,7 +430,7 @@ public class PatientConsultEndpoint extends EnvelopRestEndpoint {
re.getString("doctor"),
"wx53f6bb4ac081d840",
roomUrl,
p.getName()+"%20专家咨询","您的专家咨询有新的消息!",false,"");
p.getName()+"%20专家咨询","您的专家咨询有新的消息",false,"");
}else{}