csx 4 年之前
父節點
當前提交
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