From 6912d597b0ed44d36af5e26077cce111936fc7f2 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Sun, 31 Mar 2024 17:27:07 +0800
Subject: [PATCH] 1

---
 src/main/java/com/nq/controller/protol/UserWithdrawController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/nq/controller/protol/UserWithdrawController.java b/src/main/java/com/nq/controller/protol/UserWithdrawController.java
index c2ad41a..dae9abc 100644
--- a/src/main/java/com/nq/controller/protol/UserWithdrawController.java
+++ b/src/main/java/com/nq/controller/protol/UserWithdrawController.java
@@ -38,7 +38,7 @@
     @RequestMapping({"outMoney.do"})
     @ResponseBody
     public ServerResponse outMoney(@RequestParam(value = "amt") String amt,
-                                   @RequestParam(value = "  ") String accsetType,
+                                   @RequestParam(value = "assetsType") String accsetType,
                                    HttpServletRequest request) {
         ServerResponse serverResponse = null;
         User user = this.iUserService.getCurrentRefreshUser(request);

--
Gitblit v1.9.3