Update Host.php
This commit is contained in:
parent
933d3e28ab
commit
39ecbfb70c
@ -317,7 +317,7 @@ public function cost($amount = null, $auto = true): bool
|
||||
}
|
||||
|
||||
// 如果太小,则重置为 0.9999
|
||||
if ($real_price < 0.9999) {
|
||||
if ($real_price < 0.0001) {
|
||||
$real_price = 0.9999;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user