Ken 2 هفته پیش
والد
کامیت
60dce34395
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      app/Services/BetService.php

+ 2 - 1
app/Services/BetService.php

@@ -1157,7 +1157,8 @@ class BetService extends BaseService
             }
 
             if ($v['is_send']) {
-                $text2 = "{$issue_no}期开奖结果 \n";
+                $text2 = lang("{issue_no}期开奖结果");
+                $text2 = str_replace("{issue_no}", $issue_no, $text2);
                 $text2 .= lang('下注类型') . ":[" . implode(',', $v['keywords']) . "] \n";
                 $text2 .= lang('中奖类型') . ":[" . $openKeyword . "] \n";
                 $text2 .= lang('投注金额') . ":{$amount} \n";