Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 3 years ago
parent
commit
4c03b31dda
2 changed files with 5 additions and 5 deletions
  1. 4 4
      conf/app.conf
  2. 1 1
      service/gdyb_service.go

+ 4 - 4
conf/app.conf View File

@@ -53,15 +53,15 @@ call_domain = https://hf.sgjyun.com
53 53
 front_end_domain = "https://xt.kuyicloud.com/#"
54 54
 #url  = "http://192.168.1.228:17001/szsi-portal/transData"
55 55
 #url = "http://192.168.1.88:6666/szsi-portal/transData"
56
-gdyb_url = "http://igb.hsa.gdgov.cn/ebus/gdyb_api/prd/hsa/hgs/"
57
-# gdyb_url="http://igb.hsa.gdgov.cn/ebus/sz_prd/hsa/hgs/"
56
+# gdyb_url = "http://igb.hsa.gdgov.cn/ebus/gdyb_api/prd/hsa/hgs/"
57
+gdyb_url="http://igb.hsa.gdgov.cn/ebus/sz_prd/hsa/hgs/"
58 58
 #内蒙古
59 59
 # gdyb_url = "http://10.38.23.105:8090/uif-hsaf-med-api/api/medical/service/"
60 60
 # gdyb_paasid = "sg03_prd"
61 61
 # gdyb_paasid = "jm_sc_yjyy"
62 62
 # gdyb_paasid="zh_prd_yrojyy"
63
-# gdyb_paasid = "sz_prd_yjyy"
64
-gdyb_paasid = "zq_prd_yjyy"
63
+gdyb_paasid = "sz_prd_yjyy"
64
+# gdyb_paasid = "zq_prd_yjyy"
65 65
 
66 66
 
67 67
 

+ 1 - 1
service/gdyb_service.go View File

@@ -172,7 +172,7 @@ func Gdyb1101(certNo string, org_name string, doctor string, fixmedins_code stri
172 172
 	inputMessage["infno"] = "1101" // 交易编码
173 173
 
174 174
 	if certificates == "3" {
175
-		inputData["mdtrt_cert_type"] = "99" // 就诊凭证类型
175
+		inputData["mdtrt_cert_type"] = "02" // 就诊凭证类型
176 176
 		inputData["certno"] = certNo        // 证件号码
177 177
 		inputData["psn_cert_type"] = "99"   // 人员证件类型
178 178