@@ -48,6 +48,8 @@ class Home extends Controller
$usdTotalFail = (float)$query1->where('status', 2)->sum('amount');
$result = [
+ 'start'=>$start,
+ 'end'=>$end,
'withdraw_usdt' => [
'total_fail' => $usdTotalFail,
'total_success' => $usdTotalSuccess,
@@ -61,9 +61,6 @@ class Withdraw extends Controller
-// 'total_fail' => $totalFail,
-// 'total_success' => $totalSuccess,
-// 'total_amount' => $totalAmount,
'total' => $count,
'data' => $list
];