配合测试,修改错误提示

This commit is contained in:
2025-09-26 10:53:20 +08:00
parent 826392fbda
commit 040aa38659

View File

@@ -88,7 +88,7 @@ class BlindBoxTurntableGiftDraw extends Model
return $this->buildDrawResult($boxTurntableLog, $giftCounts); return $this->buildDrawResult($boxTurntableLog, $giftCounts);
} catch (\Exception $e) { } catch (\Exception $e) {
return ['code' => 0, 'msg' => "网络请求错误,请重试!", 'data' => null]; return ['code' => 0, 'msg' => "网络加载失败,请重试!", 'data' => null];
} }
} }