Browse Source

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

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

+ 2 - 2
conf/app.conf View File

45
 
45
 
46
 
46
 
47
 [prod]
47
 [prod]
48
-org_id = 9919
48
+org_id = 10188
49
 mobile_token_expiration_second = 86400
49
 mobile_token_expiration_second = 86400
50
 httpdomain = https://api.xt.kuyicloud.com
50
 httpdomain = https://api.xt.kuyicloud.com
51
 sso_domain = https://sso.kuyicloud.com
51
 sso_domain = https://sso.kuyicloud.com
57
 # gdyb_url="http://igb.hsa.gdgov.cn/ebus/sz_prd/hsa/hgs/"
57
 # gdyb_url="http://igb.hsa.gdgov.cn/ebus/sz_prd/hsa/hgs/"
58
 #内蒙古
58
 #内蒙古
59
 # gdyb_url = "http://10.38.23.105:8090/uif-hsaf-med-api/api/medical/service/"
59
 # gdyb_url = "http://10.38.23.105:8090/uif-hsaf-med-api/api/medical/service/"
60
-gdyb_paasid = "sg03_prd"
60
+# gdyb_paasid = "sg03_prd"
61
 # gdyb_paasid = "jm_sc_yjyy"
61
 # gdyb_paasid = "jm_sc_yjyy"
62
 # gdyb_paasid="zh_prd_yrojyy"
62
 # gdyb_paasid="zh_prd_yrojyy"
63
 #gdyb_paasid = "sz_prd_yjyy"
63
 #gdyb_paasid = "sz_prd_yjyy"

+ 1 - 1
service/gdyb_service.go View File

3311
 	inputMessage["inf_time"] = timeFormatOne                                                    // 交易时间
3311
 	inputMessage["inf_time"] = timeFormatOne                                                    // 交易时间
3312
 	inputMessage["fixmedins_code"] = fixmedins_code                                             // 定点医药机构编号
3312
 	inputMessage["fixmedins_code"] = fixmedins_code                                             // 定点医药机构编号
3313
 	inputMessage["fixmedins_name"] = org_name                                                   //定点医药机构名称
3313
 	inputMessage["fixmedins_name"] = org_name                                                   //定点医药机构名称
3314
-	inputMessage["sign_no"] = sign_no                                                           //交易签到流水号
3314
+	inputMessage["sign_no"] = "602697519"                                                       //交易签到流水号
3315
 	return inputMessage
3315
 	return inputMessage
3316
 }
3316
 }
3317
 
3317