Explorar o código

银行卡提现限制金额

Althars123 %!s(int64=2) %!d(string=hai) anos
pai
achega
4118a021c5

+ 2 - 2
sdjk-admin/src/main/java/com/miaxis/gzh/controller/WxExtractController.java

@@ -67,7 +67,7 @@ public class WxExtractController extends BaseController {
             throw new CustomException("提现金额不能超过200元");
         }
 
-        if (amount < 30 ){
+        if (amount < 100 ){
             throw new CustomException("提现金额不能低于1元");
         }
         wxOrderService.wxwithdrawal(amount);
@@ -89,7 +89,7 @@ public class WxExtractController extends BaseController {
         }
 
 
-        if (dto.getAmount() < 1000 ){
+        if (dto.getAmount() < 100000 ){
             throw new CustomException("提现金额不能低于1000");
         }