csx 4 년 전
부모
커밋
0682635cde
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      controllers/sg/his_api_controller.go

+ 2 - 2
controllers/sg/his_api_controller.go 파일 보기

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