@@ -741,7 +741,7 @@ class TelegramWebHook extends Controller
$telegram->sendMessage([
'chat_id' => $chatId,
- 'text' => $data,
+ 'text' => "你好{$data}"
]);
@@ -906,8 +906,6 @@ class TelegramWebHook extends Controller
}
-
//钱宝提现
if ($data === 'withdraw@@qb_apply') {
$res = WithdrawService::qbApply($chatId, $messageId);