|
@@ -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)))
|