Ken 6 дней назад
Родитель
Сommit
ce788dfde8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -235,7 +235,7 @@ class BetService extends BaseService
 
     private static function singleNote($memberId, $keywords, $amount, &$issueNo, &$text, &$errText)
     {
-        $errText .= "{$keywords}{$amount}\n";
+        $errText .= "{$keywords}{$amount}\t";
         $serviceAccount = Config::where('field', 'service_customer')->first()->val;
         $gameplayRuleInfo = GameplayRuleService::getGameplayRules($keywords);
         if ($gameplayRuleInfo == null) {