yeguodong 2 ヶ月 前
コミット
555fc2640e

+ 1 - 1
src/main/java/cn/hnthyy/thmz/controller/CommonController.java

@@ -937,7 +937,7 @@ public class CommonController {
      **/
     @RequestMapping(value = "/getDoctorSignatureImage", method = {RequestMethod.GET})
     public R getDoctorSignatureImage(String doctorCode) {
-        String url = StrUtil.format("{}/doctorSignatureImage/{}.png", wxPayOrderServiceUrl, doctorCode);
+        String url = StrUtil.format("{}/doctorSignatureImage/{}.png", mzjsdHost, doctorCode);
         if(HttpRequest.get(url).timeout(3000).execute().getStatus() == HttpStatus.HTTP_NOT_FOUND){
             return R.error();
         }

+ 1 - 1
src/main/resources/application-mhyy.yml

@@ -177,7 +177,7 @@ soap_url: "http://172.16.32.178:622/pushservice.asmx?wsdl"
 #websocket 地址前半部分
 webSocketHost: "ws://130.150.161.72:81/thmz/"
 #门诊结算单地址
-mzjsdHost: http://130.150.161.72:8080
+mzjsdHost: "http://130.150.161.72:8080"
 
 #websocket 药房地址前半部分
 webSocketPrescriptionHost: "ws://130.150.161.72:9000/"