|
@@ -48,6 +48,8 @@ class Home extends Controller
|
|
|
$usdTotalFail = (float)$query1->where('status', 2)->sum('amount');
|
|
$usdTotalFail = (float)$query1->where('status', 2)->sum('amount');
|
|
|
|
|
|
|
|
$result = [
|
|
$result = [
|
|
|
|
|
+ 'start'=>$start,
|
|
|
|
|
+ 'end'=>$end,
|
|
|
'withdraw_usdt' => [
|
|
'withdraw_usdt' => [
|
|
|
'total_fail' => $usdTotalFail,
|
|
'total_fail' => $usdTotalFail,
|
|
|
'total_success' => $usdTotalSuccess,
|
|
'total_success' => $usdTotalSuccess,
|