From 912e3747eeeb31fe443a924bf9e888658a03da97 Mon Sep 17 00:00:00 2001 From: Wisp X <1591788658@qq.com> Date: Tue, 10 May 2022 13:22:55 +0800 Subject: [PATCH] fix a bug --- app/Services/ImageService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/ImageService.php b/app/Services/ImageService.php index 582957f7..f8ce68b6 100644 --- a/app/Services/ImageService.php +++ b/app/Services/ImageService.php @@ -342,7 +342,7 @@ class ImageService 'hours' => ['key' => GroupConfigKey::LimitPerHour, 'str' => '小时'], 'days' => ['key' => GroupConfigKey::LimitPerDay, 'str' => '天'], 'weeks' => ['key' => GroupConfigKey::LimitPerWeek, 'str' => '周'], - 'months' => ['key' => GroupConfigKey::LimitPerWeek, 'str' => '月'], + 'months' => ['key' => GroupConfigKey::LimitPerMonth, 'str' => '月'], ]; foreach ($array as $key => $item) {