Merge pull request 'by Robin at 20240123; fix' (#75) from feat-20240121-001-Robin into main

Reviewed-on: #75
This commit is contained in:
chenhao 2024-01-23 19:39:46 +08:00
commit 729627e2b3
1 changed files with 1 additions and 1 deletions

View File

@ -2094,7 +2094,7 @@ func (v *Vas) UnlockMembership(ctx *gin.Context, mid int64, product *dbstruct.Pr
// 加钻石
var (
TotalDias = int64(float64(product.RealPrice) * 0.01)
TotalDias = int64(float64(product.RealPrice) * 0.1)
InviterDias = int64(0)
OfficialDias = int64(0)
)