Ken 6 天之前
父节点
当前提交
a481a8df9b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -194,7 +194,7 @@ class BetService extends BaseService
             foreach ($betResult as $item) {
                 $keywords = $item['rule'];
                 $amount = $item['amount'];
-                $issueNo = "";
+                $error = $issueNo = "";
                 $b = static::singleNote($memberId, $keywords, $amount, $issueNo, $text, $error);
                 if ($b) {
                     $text = str_replace("{issue_no}", $issueNo, $text);