Kaynağa Gözat

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

csx 2 yıl önce
ebeveyn
işleme
9e65e5b6e6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      controllers/nm/nm_controller.go

+ 1 - 1
controllers/nm/nm_controller.go Dosyayı Görüntüle

@@ -734,7 +734,7 @@ func (c *NmController) GetELeInfo(code string, operator_id string, operator_name
734 734
 	bytesData, _ := json.Marshal(input)
735 735
 	//gdyb_url := beego.AppConfig.String("gdyb_url")
736 736
 
737
-	url := "http://10.38.23.105:8090" + "/localcfc/api/hsecfc/localQrCodeQuery"
737
+	url := "http://10.38.22.15:8081" + "/localcfc/api/hsecfc/localQrCodeQuery"
738 738
 	ret2, _, _ := readCard.Call(StrPtr(url), StrPtr(string(bytesData)), (uintptr)(unsafe.Pointer(&pBusiCardInfo[0])))
739 739
 	fmt.Println(ret2)
740 740
 	fmt.Println(DeleteExtraSpace(string(pBusiCardInfo)))