Ken 2 miesięcy temu
rodzic
commit
fbd9b07bda
1 zmienionych plików z 1 dodań i 1 usunięć
  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,