1
This commit is contained in:
@@ -349,7 +349,7 @@ func CaculateJxPriceByPricePack(l model.PricePercentagePack, defPricePercentage,
|
||||
|
||||
func ConstrainPayPercentage(payPerCentage int) int {
|
||||
if payPerCentage <= 50 {
|
||||
payPerCentage = 70
|
||||
payPerCentage = 60
|
||||
}
|
||||
return payPerCentage
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user