改进 description

This commit is contained in:
iVampireSP.com 2022-09-15 13:19:23 +08:00
parent bc069f0891
commit 3fa05df868
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

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