csx 4 年之前
父節點
當前提交
1632b89626
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go 查看文件

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