From c25ea4edc4f1e79e4f7a61f0cd7173967125f176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Wed, 7 Jan 2026 17:40:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E9=92=B1=E5=8C=85=E6=93=8D=E4=BD=9C=E6=96=B9=E6=B3=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E3=80=82---=E5=90=8E=E5=8F=B0=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/model/UserWallet.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/application/common/model/UserWallet.php b/application/common/model/UserWallet.php index dfaff0b3..71261fec 100644 --- a/application/common/model/UserWallet.php +++ b/application/common/model/UserWallet.php @@ -130,17 +130,22 @@ class UserWallet extends Model self::OPERATION_GIFT, self::GUILD_EXIT, self::HEADLINE_REWARD, + self::DELETE_RELATION_COIN, self::TRANSFER_COIN, self::RED_PACKET_COIN, self::SIGN, self::RENEWAL, self::RED_PACKET_FEE, + self::BACKGROUND_DEDUCTION_COIN, + ]; //钻石支出类型数组 public $diamond_consumption_type_array = [ self::OPERATION_WITHDRAW, self::MONEY_CONVERSION, - self::RED_PACKET_DIAMOND + self::RED_PACKET_DIAMOND, + self::BACKGROUND_DEDUCTION_DIAMOND, + ];