Ken 6 天之前
父节点
当前提交
f6afd35a86
共有 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}\t";
+        $errText .= "【{$keywords}{$amount}】\n";
         $serviceAccount = Config::where('field', 'service_customer')->first()->val;
         $gameplayRuleInfo = GameplayRuleService::getGameplayRules($keywords);
         if ($gameplayRuleInfo == null) {