From 3fa05df8684f0f85872460509d728a1f0ee0299f Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Thu, 15 Sep 2022 13:19:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20description?= 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 feae482..bc3ba29 100644 --- a/app/Models/Host.php +++ b/app/Models/Host.php @@ -137,7 +137,7 @@ public function cost($price = null) Cache::put($month_cache_key, $hosts_drops, 604800); - $description = $this->name . ' 扣费。'; + $description = '主机服务 ' . $this->name . ' 扣费。'; $transaction->reduceDrops($this->user_id, $this->price, $description);