seven vor 1 Tag
Ursprung
Commit
f25d8ba8e2
1 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. 6 6
      app/Services/WalletService.php

+ 6 - 6
app/Services/WalletService.php

@@ -257,15 +257,15 @@ class WalletService extends BaseService
         ];
         $three_payment_switch = Config::where('field', 'three_payment_switch')->first()->val;
         if ($three_payment_switch == 1) {
-            $keyboard[] = [
-//                ['text' => '➕ 钱宝提现', 'callback_data' => "withdraw@@qb_apply"],
-//                ['text' => '🧾 钱宝账单', 'callback_data' => "withdraw@@bank_bill_1"],
-                ['text' => '🧾 钱宝提现账单', 'callback_data' => "withdraw@@bank_bill_1"],
-            ];
+//             $keyboard[] = [
+// //                ['text' => '➕ 钱宝提现', 'callback_data' => "withdraw@@qb_apply"],
+// //                ['text' => '🧾 钱宝账单', 'callback_data' => "withdraw@@bank_bill_1"],
+//                 ['text' => '🧾 钱宝提现账单', 'callback_data' => "withdraw@@bank_bill_1"],
+//             ];
             $keyboard[] = [
                 // ['text' => '➕ 三斤充值', 'callback_data' => "topup@@sj_apply"],
 
-                ['text' => '🧾 第三方充值支付订单', 'callback_data' => "topup@@sj_bill_1"]
+                ['text' => '🧾 第三方充值提现订单', 'callback_data' => "topup@@sj_bill_1"]
             ];
         }
         $keyboard[] = [