Browse Source

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

csx 3 years ago
parent
commit
792d8e0574
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/gdyb_service.go

+ 1 - 1
service/gdyb_service.go View File

@@ -2659,7 +2659,7 @@ func Gdyb5301Two(psnNo string, org_name string, doctor string, fixmedins_code st
2659 2659
 	gdyb_url := beego.AppConfig.String("gdyb_url")
2660 2660
 	gdyb_paasid := beego.AppConfig.String("gdyb_paasid")
2661 2661
 	//url := "http://igb.hsa.gdgov.cn/ebus/gdyb_api/prd/hsa/hgs/1101"
2662
-	url := gdyb_url + "5301"
2662
+	url := gdyb_url
2663 2663
 	request, err := http.NewRequest("POST", url, reader)
2664 2664
 	if err != nil {
2665 2665
 		fmt.Println(err.Error())