Browse Source

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

csx 2 years ago
parent
commit
9e65e5b6e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/nm/nm_controller.go

+ 1 - 1
controllers/nm/nm_controller.go View File

734
 	bytesData, _ := json.Marshal(input)
734
 	bytesData, _ := json.Marshal(input)
735
 	//gdyb_url := beego.AppConfig.String("gdyb_url")
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
 	ret2, _, _ := readCard.Call(StrPtr(url), StrPtr(string(bytesData)), (uintptr)(unsafe.Pointer(&pBusiCardInfo[0])))
738
 	ret2, _, _ := readCard.Call(StrPtr(url), StrPtr(string(bytesData)), (uintptr)(unsafe.Pointer(&pBusiCardInfo[0])))
739
 	fmt.Println(ret2)
739
 	fmt.Println(ret2)
740
 	fmt.Println(DeleteExtraSpace(string(pBusiCardInfo)))
740
 	fmt.Println(DeleteExtraSpace(string(pBusiCardInfo)))