@@ -209,7 +209,7 @@ class BetService extends BaseService
$text .= "--------\n";
$text .= lang("下注成功");
if (!$success) {
- $msg['text'] = "投注失败";
+ $msg['text'] = $errText;
if ($messageId) {
$msg['reply_to_message_id'] = $messageId;
}