csx 4 years ago
parent
commit
f12577a06b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      controllers/his_api_controller.go

+ 0 - 1
controllers/his_api_controller.go View File

@@ -158,7 +158,6 @@ func (c *HisApiController) Sscard() {
158 158
 		switch id_card_type {
159 159
 		case 1:
160 160
 			basStr, err := GetBasBaseInfo()
161
-			defer syscall.FreeLibrary(DllTestDef)
162 161
 
163 162
 			if err != nil {
164 163
 				c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeReadCardException)