修改注释

This commit is contained in:
iVampireSP.com 2022-12-05 13:00:48 +08:00
parent 516f7b8468
commit 2336eb5754
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -258,7 +258,7 @@ public function cost($amount = null, $auto = true): bool
return true;
}
// 如果太小,则重置为 0.9999
// 如果太小,则重置为 0.0001
if ($real_price < 0.0001) {
$real_price = 0.0001;
}