改进 续费判断

This commit is contained in:
iVampireSP.com 2023-02-13 02:37:10 +08:00
parent ee4720fe2c
commit 44776244ec
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -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;