From 4e5b75ca1599dc7775cb196192979fe719552de8 Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 27 Mar 2023 16:44:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- customer/user/wallet.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/customer/user/wallet.go b/customer/user/wallet.go index 41682d5..257428b 100644 --- a/customer/user/wallet.go +++ b/customer/user/wallet.go @@ -11,9 +11,10 @@ type wallet struct { type walletType uint // 费用类型 const ( - WalletTypeIncome walletType = 1 // 收入 - WalletTypeExpend walletType = 2 // 支出 - WalletTypeBack walletType = 3 // 退款 + WalletTypeIncome walletType = 1 // 收入 + + WalletTypeExpend walletType = 2 // 支出 - + WalletTypeBack walletType = 3 // 退款 + + WalletTypeCash walletType = 4 // 提现 - WalletStatusHandle = 1 // 处理中 WalletStatusSuccess = 2 // 成功