csx 4 лет назад
Родитель
Сommit
c96e4d7b20
1 измененных файлов: 6 добавлений и 0 удалений
  1. 6 0
      controllers/his_api_controller.go

+ 6 - 0
controllers/his_api_controller.go Просмотреть файл

@@ -60,6 +60,9 @@ func (c *HisApiController) Sscard() {
60 60
 		switch id_card_type {
61 61
 		case 1:
62 62
 			basStr, err := GetBasBaseInfo()
63
+			fmt.Println("~~~~~")
64
+			fmt.Println(basStr)
65
+			fmt.Println("~~~~~")
63 66
 
64 67
 			if err != nil {
65 68
 				c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeReadCardException)
@@ -89,6 +92,9 @@ func (c *HisApiController) Sscard() {
89 92
 			break
90 93
 		case 2:
91 94
 			SFZStr, err := GetSFZBaseInfo()
95
+			fmt.Println("~~~~~----")
96
+			fmt.Println(SFZStr)
97
+			fmt.Println("~~~~~---")
92 98
 			if err != nil {
93 99
 				c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeReadCardException)
94 100
 				return