改进 记录
This commit is contained in:
parent
44776244ec
commit
54e4034967
@ -151,7 +151,7 @@ public function renew(): bool
|
||||
|
||||
$price = $this->getRenewPrice();
|
||||
|
||||
$description = '续费 ' . $this->name . ' 周期: ' . $this->billing_cycle;
|
||||
$description = '续费 ' . $this->name . ' 到 ' . $this->next_due_at . ' 价格:' . $price . ' 元。';
|
||||
|
||||
try {
|
||||
$this->user->reduce($price, $description, true, [
|
||||
|
Loading…
Reference in New Issue
Block a user