@@ -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,