Skip to content

Commit

Permalink
en: 用户重新空投状态
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjies committed Mar 5, 2024
1 parent 7219775 commit 35a0259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/service/share.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (s *Service) AirdropCallback(c *gin.Context, req request.AirdropCallbackReq
return errors.New("校验失败")
}

if req.Status == 2 {
if req.Status == 2 && req.Msg != "already claimed" {
s.dao.AirdropFailNotice(req.Receiver, req.TokenId, req.Msg)
return
}
Expand Down

0 comments on commit 35a0259

Please sign in to comment.