|
@@ -110,8 +110,8 @@ func (c *HisApiController) TestGetBasBaseInfo() {
|
110
|
110
|
|
111
|
111
|
ret2, _, err2 := readCard.Call((uintptr)(unsafe.Pointer(&s2[0])), IntPtr(1024), (uintptr)(unsafe.Pointer(&s3[0])), IntPtr(1024))
|
112
|
112
|
fmt.Println(" Add(4,5)的结果为:", ret2)
|
113
|
|
- fmt.Println(" str:", bytePath)
|
114
|
|
- fmt.Println(" str1:", bytePath2)
|
|
113
|
+ fmt.Println(" str:", s2)
|
|
114
|
+ fmt.Println(" str1:", s3)
|
115
|
115
|
if err2 != nil {
|
116
|
116
|
fmt.Println("SSCard的运算结果为:", ret2)
|
117
|
117
|
c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeReadCardException)
|