feat-20240121-001-Robin #64

Merged
chenhao merged 5 commits from feat-20240121-001-Robin into test 2024-01-22 15:14:18 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 87f088aeaa - Show all commits

View File

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