|
|
@@ -144,6 +144,10 @@ 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 |
|
|
|
} |
|
|
|