|
|
@@ -105,7 +105,10 @@ class TelegramWebHook extends Controller
|
|
|
$alertText = BetService::recentlyRecord($chatId);
|
|
|
BetService::alertNotice($callbackId, $alertText);
|
|
|
}
|
|
|
-
|
|
|
+ $telegram->sendMessage([
|
|
|
+ 'chat_id'=>$chatId,
|
|
|
+ 'text'=>$data
|
|
|
+ ]);
|
|
|
//选择充值地址
|
|
|
if ($data === "topup@@TRC20" || $data === "topup@@ERC20") {
|
|
|
$type = preg_replace('/^topup@@/', '', $data);
|