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