Browse Source

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

csx 3 years ago
parent
commit
c5db4ab5a5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      controllers/js/jsyb_controller.go

+ 0 - 1
controllers/js/jsyb_controller.go View File

@@ -522,7 +522,6 @@ func (c *JSybController) GetBasBaseInfo() string {
522 522
 	DllDef := syscall.MustLoadDLL("HeaSecReadInfo.dll")
523 523
 	readCard := DllDef.MustFindProc("ReadCardBas")
524 524
 	fmt.Println(readCard)
525
-	readCard = DllDef.MustFindProc("ReadCardBas")
526 525
 	fmt.Println("!!!!!")
527 526
 	str := make([]byte, 2048)
528 527
 	str1 := make([]byte, 8192)