Procházet zdrojové kódy

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx před 3 roky
rodič
revize
dceef29027
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      controllers/sg/his_api_controller.go

+ 3 - 0
controllers/sg/his_api_controller.go Zobrazit soubor

@@ -231,6 +231,9 @@ func (c *HisApiController) GetBasBaseInfo() string {
231 231
 	str1 := make([]byte, 1024)
232 232
 	ret2, _, err2 := readCard.Call((uintptr)(unsafe.Pointer(&str[0])), uintptr(1024), (uintptr)(unsafe.Pointer(&str1[0])), uintptr(1024))
233 233
 
234
+	fmt.Println(string(str1))
235
+	fmt.Println(string(str))
236
+
234 237
 	if err2 != nil {
235 238
 		fmt.Println("SSCard的运算结果为:", ret2)
236 239
 		c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeReadCardException)