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)