Browse Source

20250303 4101A默认省医保接口地址改为走对应接口的医保平台表地址

zzz 3 months ago
parent
commit
5fd3780f44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Helper/InvokeHelper.cs

+ 1 - 1
Helper/InvokeHelper.cs

@@ -438,7 +438,7 @@ namespace PTMedicalInsurance.Helper
 
             switch (funNo)
             {
-                case "4101A":
+                //case "4101A":
                 case "3101":
                 case "3102":
                     prefix = "http://10.66.155.173:8086/1.0.0/hsa-fsi-";