From 6af57dc8302cabeab0141719ad3973eccf23fa25 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Mon, 01 Apr 2024 17:32:01 +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