From 68d1d029ccada3c83bb2d341eb70cf1744a048ed Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Sat, 14 Dec 2024 09:25:34 +0800 Subject: [PATCH] test --- app/svc/svc_advertising.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/svc/svc_advertising.go b/app/svc/svc_advertising.go index 44dfeba..ef8158b 100644 --- a/app/svc/svc_advertising.go +++ b/app/svc/svc_advertising.go @@ -144,10 +144,6 @@ func AdvertisingState(c *gin.Context) { IsSuccess: isSuccess, Integral: integral, } - user := GetUser(c) - virtualAmountDb := implement.NewUserVirtualAmountDb(db.Db) - wallets, _ := virtualAmountDb.GetUserVirtualAllWallets(user.Id) - fmt.Println(utils.SerializeStr(wallets)) e.OutSuc(c, res, nil) return }