Selaa lähdekoodia

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

csx 3 vuotta sitten
vanhempi
commit
e145d9f3fe
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 2 2
      conf/app.conf
  2. 1 1
      service/gdyb_service.go

+ 2 - 2
conf/app.conf Näytä tiedosto

@@ -45,7 +45,7 @@ appsecret="61ee2e6268497d5aa9de0b0187c39aea"
45 45
 
46 46
 
47 47
 [prod]
48
-org_id = 9919
48
+org_id = 10188
49 49
 mobile_token_expiration_second = 86400
50 50
 httpdomain = https://api.xt.kuyicloud.com
51 51
 sso_domain = https://sso.kuyicloud.com
@@ -57,7 +57,7 @@ gdyb_url = "http://igb.hsa.gdgov.cn/ebus/gdyb_api/prd/hsa/hgs/"
57 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
-gdyb_paasid = "sg03_prd"
60
+# gdyb_paasid = "sg03_prd"
61 61
 # gdyb_paasid = "jm_sc_yjyy"
62 62
 # gdyb_paasid="zh_prd_yrojyy"
63 63
 #gdyb_paasid = "sz_prd_yjyy"

+ 1 - 1
service/gdyb_service.go Näytä tiedosto

@@ -3311,7 +3311,7 @@ func SetInputMessageTwo(nonce string, timestamp int64, org_name string, doctor s
3311 3311
 	inputMessage["inf_time"] = timeFormatOne                                                    // 交易时间
3312 3312
 	inputMessage["fixmedins_code"] = fixmedins_code                                             // 定点医药机构编号
3313 3313
 	inputMessage["fixmedins_name"] = org_name                                                   //定点医药机构名称
3314
-	inputMessage["sign_no"] = sign_no                                                           //交易签到流水号
3314
+	inputMessage["sign_no"] = "602697519"                                                       //交易签到流水号
3315 3315
 	return inputMessage
3316 3316
 }
3317 3317