diff --git a/app/Models/Host.php b/app/Models/Host.php index 49bb234..9e5374e 100644 --- a/app/Models/Host.php +++ b/app/Models/Host.php @@ -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, [