|
@@ -354,7 +354,7 @@ func GetBasBaseInfo() (jsonStr string, err error) {
|
354
|
354
|
|
355
|
355
|
str := make([]byte, 256)
|
356
|
356
|
str1 := make([]byte, 256)
|
357
|
|
- r, _, _ := ReadCardBas.Call((uintptr)(unsafe.Pointer(&str[0])), IntPtr(1024), (uintptr)(unsafe.Pointer(&str1[0])), IntPtr(1024))
|
|
357
|
+ r, _, _ := ReadCardBas.Call(IntPtr(1024), (uintptr)(unsafe.Pointer(&str[0])), IntPtr(1024), (uintptr)(unsafe.Pointer(&str1[0])))
|
358
|
358
|
|
359
|
359
|
fmt.Println(r)
|
360
|
360
|
fmt.Println(string(str))
|