|
|
@@ -34,13 +34,12 @@ class Home extends Controller
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
$result = [
|
|
|
+ 'withdraw_usdt' => [
|
|
|
+ 'total_fail' => $totalFail,
|
|
|
+ 'total_success' => $totalSuccess,
|
|
|
+ 'total_amount' => $totalAmount,
|
|
|
+ ],
|
|
|
'withdraw_rmb' => [
|
|
|
'total_fail' => $totalFail,
|
|
|
'total_success' => $totalSuccess,
|