From 54e403496793de6e73e6cdb191ebb09dc5e47f8e Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Mon, 13 Feb 2023 02:38:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/Host.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, [