Browse Source

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

csx 2 years ago
parent
commit
926d370244
2 changed files with 4 additions and 4 deletions
  1. 3 3
      conf/app.conf
  2. 1 1
      service/hbyb_service.go

+ 3 - 3
conf/app.conf View File

@@ -45,7 +45,7 @@ appsecret="61ee2e6268497d5aa9de0b0187c39aea"
45 45
 
46 46
 
47 47
 [prod]
48
-org_id = 10215
48
+org_id = 10088
49 49
 
50 50
 mobile_token_expiration_second = 86400
51 51
 httpdomain = https://api.xt.kuyicloud.com
@@ -56,7 +56,7 @@ front_end_domain = "https://xt.kuyicloud.com/#"
56 56
 #url = "http://192.168.1.88:6666/szsi-portal/transData"
57 57
 #gdyb_url = "http://igb.hsa.gdgov.cn/ebus/gdyb_api/prd/hsa/hgs/"
58 58
 #test
59
-gdyb_url = http://10.97.240.206/ebus/gdyb_inf/poc/hsa/hgs/
59
+# gdyb_url = http://10.97.240.206/ebus/gdyb_inf/poc/hsa/hgs/
60 60
 #gdyb_url="http://igb.hsa.gdgov.cn/ebus/sz_prd/hsa/hgs/"
61 61
 #gdyb_url = "http://10.97.240.206/ebus/sztest_hosp/poc/hsa/hgs/"
62 62
 #内蒙古
@@ -65,7 +65,7 @@ gdyb_url = http://10.97.240.206/ebus/gdyb_inf/poc/hsa/hgs/
65 65
 # gdyb_url = "http://19.15.78.136:20001/ebus/gdyb_inf/poc/hsa/hgs/gzzq/"
66 66
 #韶关
67 67
 #gdyb_paasid = "sg03_prd"
68
-gdyb_paasid = "test_hosp"
68
+# gdyb_paasid = "test_hosp"
69 69
 #江门
70 70
 #gdyb_paasid = "jm_sc_yjyy"
71 71
 #珠海

+ 1 - 1
service/hbyb_service.go View File

@@ -1664,7 +1664,7 @@ func Hbyb4101(struct4101 Struct4101, secret_key string, org_name string, doctor
1664 1664
 	inputMessage := SetInputMessage(nonce, timestamp, org_name, doctor, fixmedins_code, insuplc_admdvs, mdtrtarea_admvs)
1665 1665
 	input := make(map[string]interface{})
1666 1666
 	inputData := make(map[string]interface{})
1667
-	inputMessage["infno"] = "4101A" // 交易编码
1667
+	inputMessage["infno"] = "4101" // 交易编码
1668 1668
 
1669 1669
 	year := time.Now().Format("2006")
1670 1670
 	month := time.Now().Format("01")