From c089a495c6a2e9381ab193a4f4cd09049ca3a479 Mon Sep 17 00:00:00 2001 From: lianghuanjie Date: Tue, 14 Jan 2025 11:40:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B4=A8=E6=8A=BC=E9=81=93?= =?UTF-8?q?=E5=85=B7id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/logic/task/stake_nft_logic.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/logic/task/stake_nft_logic.go b/internal/logic/task/stake_nft_logic.go index eaa6f8c..7a98775 100644 --- a/internal/logic/task/stake_nft_logic.go +++ b/internal/logic/task/stake_nft_logic.go @@ -57,11 +57,11 @@ func (l *StakeNftLogic) StakeNft(req *types.StakeNftList) error { var tarotType int8 if utils.IsBigTarot(tokenId) { sns = []int8{1, 2} - propertyId = "402505" + propertyId = "405005" tarotType = 1 } else { sns = []int8{1} - propertyId = "402605" + propertyId = "405105" } err = l.svcCtx.StakeNftModel.StakeNft(l.ctx, uid, req.RoleId, tokenId, tarotType) if err != nil {