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);