|
@@ -899,6 +899,12 @@ class TelegramWebHook extends Controller
|
|
|
$telegram->editMessageText($res);
|
|
$telegram->editMessageText($res);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+ $telegram->sendMessage([
|
|
|
|
|
+ 'chat_id' => $chatId,
|
|
|
|
|
+ 'text' =>$data,
|
|
|
|
|
+ ]);
|
|
|
|
|
+
|
|
|
//钱宝提现
|
|
//钱宝提现
|
|
|
if ($data === 'withdraw@@qbApply') {
|
|
if ($data === 'withdraw@@qbApply') {
|
|
|
$res = WithdrawService::qbApply($chatId, $messageId);
|
|
$res = WithdrawService::qbApply($chatId, $messageId);
|