Ken 2 месяцев назад
Родитель
Сommit
fbd9b07bda
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Http/Controllers/api/TelegramWebHook.php

+ 1 - 1
app/Http/Controllers/api/TelegramWebHook.php

@@ -110,7 +110,7 @@ class TelegramWebHook extends Controller
                     'text'=>$data
                 ]);
                 //选择充值地址
-                if ($data === "topup@@RechargeTRC20" || $data === "topup@@RechargeERC20") {
+                if ($data === "topup@@RechargeTRC20" || $data === "topup@@eeeeee") {
                     $type = preg_replace('/^topup@@/', '', $data);
                     $telegram->sendMessage([
                         'chat_id'=>$chatId,