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

+ 1 - 1
service/hbyb_service.go View File

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