@ -12,7 +12,7 @@ import java.util.List;
public class SendPatientUtil {
public static String sendToPatient(String from,String fromName,String to,String contentType,String content,String title,String type){
JSONObject participants = new JSONObject();
participants.put(from,0);
participants.put(from,2);
participants.put(to,0);
if(!"4".equals(contentType)){
contentType = "0";