改进 续费判断
This commit is contained in:
parent
ee4720fe2c
commit
44776244ec
@ -145,6 +145,10 @@ public function getRenewPrice(): string
|
||||
|
||||
public function renew(): bool
|
||||
{
|
||||
if (!$this->isCycle()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
$price = $this->getRenewPrice();
|
||||
|
||||
$description = '续费 ' . $this->name . ' 周期: ' . $this->billing_cycle;
|
||||
|
Loading…
Reference in New Issue
Block a user