15分钟修改成5分钟
All checks were successful
Build docker and publish / build (20.15.1) (push) Successful in 7m38s

This commit is contained in:
shanshanzhong 2026-03-09 22:29:30 -07:00
parent a542a6df46
commit 662ef6edb3

View File

@ -31,7 +31,7 @@ type PurchaseLogic struct {
}
const (
CloseOrderTimeMinutes = 15
CloseOrderTimeMinutes = 5
)
// NewPurchaseLogic creates a new purchase logic instance for subscription purchase operations.