seven il y a 2 semaines
Parent
commit
09bac38701
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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";
             }
         }