fix(ocm): map prolite to lower pro weight

This commit is contained in:
Bruce Wayne 2026-04-12 01:44:42 +08:00
parent bf9e390cf4
commit db8b42c107
No known key found for this signature in database

View file

@ -342,6 +342,8 @@ func ocmPlanWeight(accountType string) float64 {
switch accountType {
case "pro":
return 10
case "prolite":
return 5
case "plus":
return 1
default: