修改注释
This commit is contained in:
parent
516f7b8468
commit
2336eb5754
@ -258,7 +258,7 @@ public function cost($amount = null, $auto = true): bool
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 如果太小,则重置为 0.9999
|
// 如果太小,则重置为 0.0001
|
||||||
if ($real_price < 0.0001) {
|
if ($real_price < 0.0001) {
|
||||||
$real_price = 0.0001;
|
$real_price = 0.0001;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user