wesmiler 1 year ago
parent
commit
636cbcec3c
2 changed files with 1 additions and 6 deletions
  1. 0 6
      app/Services/Api/AccountLogService.php
  2. 1 0
      app/Services/Api/MemberService.php

+ 0 - 6
app/Services/Api/AccountLogService.php

@@ -103,12 +103,6 @@ class AccountLogService extends BaseService
                 $remark = isset($item['remark']) && $item['remark']? $item['remark'] : '交易明细';
                 $type = isset($item['type'])? $item['type'] : 0;
                 $item['type_text'] = isset($types[$type])? $types[$type] : $remark;
-//                $order = isset($item['order'])? $item['order'] : [];
-//                $pledgeOrder = isset($item['porder'])? $item['porder'] : [];
-//                if($item['type'] == 4 &&  in_array($item['coin_type'],[1,3])){
-//                    $item['status'] = isset($order['status'])? intval($order['status']) : $item['status'];
-//                    $item['pay_status'] = isset($order['pay_status'])? intval($order['pay_status']) : 10;
-//                }
             }
 
             $datas = [

+ 1 - 0
app/Services/Api/MemberService.php

@@ -260,6 +260,7 @@ class MemberService extends BaseService
                 'max_usdt_rate'=> ConfigService::make()->getConfigByCode('usdt_withdraw_max_rate', 0),
                 'sbt_fee'=> ConfigService::make()->getConfigByCode('profit_withdraw_sbt_fee', 0),
                 'recharge_min'=> ConfigService::make()->getConfigByCode('recharge_min_money', 0.1),
+                'withdraw_min'=> ConfigService::make()->getConfigByCode('withdraw_min_money', 0),
         ];
 
         if($type == 1){