smartor/src/main/java/com/smartor/common/ShiyiSmsUtil.java
@@ -94,7 +94,7 @@ */ public String invokeRunService(String tradeType, String tradeMsg) { String soapEnvelope = buildSoapEnvelope(tradeType, tradeMsg); String hisServiceUrl = "http://192.200.54.57:7790/MediInfoHis.svc"; String hisServiceUrl = "http://192.178.0.104:7790/MediInfoHis.svc"; HttpHeaders headers = new HttpHeaders(); headers.setContentType(new MediaType("text", "xml", StandardCharsets.UTF_8));