feat-IRONFANS-32-20240125-Robin #79

Merged
chenhao merged 6 commits from feat-IRONFANS-32-20240125-Robin into test 2024-01-25 09:01:57 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 729627e2b3 - Show all commits

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)
)