seven před 2 týdny
rodič
revize
09bac38701
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      app/Services/BetService.php

+ 2 - 2
app/Services/BetService.php

@@ -1145,8 +1145,8 @@ class BetService extends BaseService
         if($keywordsList){
             ksort($keywordsList);
             foreach($keywordsList as $k => $v){
-                $text3 .= "玩法:{$k}} \n";
-                $text3 .= "注:{$v} \n";
+                $text3 .= "玩法:{$k} \n";
+                $text3 .= "注:{$v} \n";
                 $text3 .= "-------------- \n";
             }
         }