|
|
@@ -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";
|
|
|
}
|
|
|
}
|