csx 4 år sedan
förälder
incheckning
f12577a06b
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      controllers/his_api_controller.go

+ 0 - 1
controllers/his_api_controller.go Visa fil

@@ -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)