|
|
@@ -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);
|