From a7ff25880259543a4fe409e3b943bc863dd4086a Mon Sep 17 00:00:00 2001 From: tdh <821028463@qq.com> Date: Mon, 17 Mar 2025 17:38:47 +0800 Subject: [PATCH] add BUSINESS_TYPE_TASK_NOT_PASS_DEDUCT and BUSINESS_TYPE_TASK_PASS_REWARD to BonusLogs::$businessTypes --- app/Models/BonusLogs.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Models/BonusLogs.php b/app/Models/BonusLogs.php index da5f2e79..7550a386 100644 --- a/app/Models/BonusLogs.php +++ b/app/Models/BonusLogs.php @@ -66,6 +66,8 @@ class BonusLogs extends NexusModel self::BUSINESS_TYPE_BUY_CHANGE_USERNAME_CARD => ['text' => 'Buy change username card'], self::BUSINESS_TYPE_GIFT_MEDAL => ['text' => 'Gift medal to someone'], self::BUSINESS_TYPE_BUY_TORRENT => ['text' => 'Buy torrent'], + self::BUSINESS_TYPE_TASK_NOT_PASS_DEDUCT => ['text' => 'Task failure penalty'], + self::BUSINESS_TYPE_TASK_PASS_REWARD => ['text' => 'Task success reward'], self::BUSINESS_TYPE_ROLE_WORK_SALARY => ['text' => 'Role work salary'], self::BUSINESS_TYPE_TORRENT_BE_DOWNLOADED => ['text' => 'Torrent be downloaded'],