csx 3 anos atrás
pai
commit
1632b89626
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go Ver arquivo

@@ -72,7 +72,7 @@ func HisManagerApiRegistRouters() {
72 72
 }
73 73
 
74 74
 func (c *HisApiController) TestPay() {
75
-	DllDef := syscall.MustLoadDLL("SSCard.dll")
75
+	DllDef := syscall.MustLoadDLL("SSSE32.dll")
76 76
 	readCard := DllDef.MustFindProc("BankTrans")
77 77
 	inputData := make(map[string]interface{})
78 78
 	inputData["transId"] = "05"