|
@@ -358,13 +358,11 @@ func GetBasBaseInfo() (jsonStr string, err error) {
|
358
|
358
|
h := syscall.NewLazyDLL("SSCard.dll")
|
359
|
359
|
proc := h.NewProc("ReadCardBas")
|
360
|
360
|
|
361
|
|
- //str := ""
|
362
|
|
- //str1 := ""
|
363
|
|
- //r, _, _ := proc.Call(StrPtr2(str), IntPtr(1024), StrPtr2(str1), IntPtr(1024))
|
364
|
|
-
|
365
|
|
- fmt.Println(proc)
|
366
|
|
- fmt.Println(proc)
|
|
361
|
+ str := ""
|
|
362
|
+ str1 := ""
|
|
363
|
+ r, _, _ := proc.Call(StrPtr2(str), IntPtr(1024), StrPtr2(str1), IntPtr(1024))
|
367
|
364
|
|
|
365
|
+ fmt.Println(r)
|
368
|
366
|
return "", nil
|
369
|
367
|
}
|
370
|
368
|
|