|
|
@@ -557,7 +557,7 @@ class TelegramWebHook extends Controller
|
|
|
$botMsg['protect_content'] = true; // 防止转发
|
|
|
KeyboardService::telegram()->sendPhoto($botMsg);
|
|
|
}else{
|
|
|
- $botMsg['text'] = '你好,请选择功能菜单';
|
|
|
+ $botMsg['text'] = $replyInfo->reply;
|
|
|
|
|
|
KeyboardService::telegram()->sendMessage($botMsg);
|
|
|
}
|