|
|
@@ -434,7 +434,7 @@ class BetService extends BaseService
|
|
|
|
|
|
|
|
|
for ($i = 0; $i < $betTimes; $i++) {
|
|
|
- if (strtotime($issueInfo['end_time']) - strtotime($now_date) < 22) {
|
|
|
+ if (strtotime($issueInfo['end_time']) - time() < 60) {
|
|
|
$fake_bet_count = Cache::get("fake_bet_count_{$issueInfo->issue_no}", 0);
|
|
|
if ($fake_bet_count >= 3) return;
|
|
|
}
|