From a1010ff2c72c1b4b46475992ad620e004a56bbaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Sat, 17 Jan 2026 16:09:14 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/model/BlindBoxTurntableGiftDrawWorldNew.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/api/model/BlindBoxTurntableGiftDrawWorldNew.php b/application/api/model/BlindBoxTurntableGiftDrawWorldNew.php index 606d6d9c..b7b7715c 100644 --- a/application/api/model/BlindBoxTurntableGiftDrawWorldNew.php +++ b/application/api/model/BlindBoxTurntableGiftDrawWorldNew.php @@ -69,7 +69,7 @@ class BlindBoxTurntableGiftDrawWorldNew extends Model 'precomputedResults' => $precomputedResults, ]; $this->redis->setex($key, 86400 * 7, "超出数量".json_encode($errorData)); - return ['code' => 0, 'msg' => '网络加载失败,请重试!', 'data' => null]; + return ['code' => 0, 'msg' => '活动火爆,请稍后重试!', 'data' => null]; } $giftCounts = $this->countGifts($precomputedResults); foreach ($giftCounts as $giftId => $count) { @@ -85,7 +85,7 @@ class BlindBoxTurntableGiftDrawWorldNew extends Model 'giftUserCountsJianCha' => $count, ]; $this->redis->setex($key, 86400 * 7, "礼物数量超出限制 ".json_encode($errorData)); - return ['code' => 0, 'msg' => '网络加载失败,请重试!', 'data' => null]; + return ['code' => 0, 'msg' => '活动火爆,请稍后重试!', 'data' => null]; } } @@ -130,7 +130,7 @@ class BlindBoxTurntableGiftDrawWorldNew extends Model if ($this->redis) { $this->redis->setex($key, 86400 * 7, $e->getMessage() . ' ' . json_encode($errorData)); } - return ['code' => 0, 'msg' => "网络加载失败,请重试!", 'data' => null]; + return ['code' => 0, 'msg' => "活动火爆,请稍后重试!", 'data' => null]; } } /** @@ -1600,7 +1600,7 @@ class BlindBoxTurntableGiftDrawWorldNew extends Model $this->redis->setex($key, 86400 * 7, $e->getMessage() . ' ' . json_encode($error_data)); } - return ['code' => 0, 'msg' => "网络加载失败,请重试!", 'data' => null]; + return ['code' => 0, 'msg' => "活动火爆,请稍后重试!", 'data' => null]; } }