改进 description
This commit is contained in:
parent
bc069f0891
commit
3fa05df868
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user