Browse Source

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

csx 2 years ago
parent
commit
01e962364a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/gdyb_service.go

+ 1 - 1
service/gdyb_service.go View File

@@ -2150,7 +2150,7 @@ func Gdyb2001(baseParams models.BaseParams, psn_no string, insutype string, med_
2150 2150
 	gdyb_paasid := beego.AppConfig.String("gdyb_paasid")
2151 2151
 
2152 2152
 	//url := "http://igb.hsa.gdgov.cn/ebus/gdyb_api/prd/hsa/hgs/1101"
2153
-	url := gdyb_url + "2001"
2153
+	url := gdyb_url
2154 2154
 	//url := "http://igb.hsa.gdgov.cn/ebus/gdyb_inf/poc/hsa/hgs/3301"
2155 2155
 	request, err := http.NewRequest("POST", url, reader)
2156 2156
 	if err != nil {