改进 返回字符串

This commit is contained in:
iVampireSP.com 2023-02-13 03:05:34 +08:00
parent 626c51b287
commit cf638fddb4
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -161,7 +161,7 @@ public function getRenewPrice(): string
'annually' => bcmul($this->getPrice(), 12), 'annually' => bcmul($this->getPrice(), 12),
'biennially' => bcmul($this->getPrice(), 24), 'biennially' => bcmul($this->getPrice(), 24),
'triennially' => bcmul($this->getPrice(), 36), 'triennially' => bcmul($this->getPrice(), 36),
default => 0, default => '0',
}; };
} }