This commit is contained in:
songliang 2023-06-26 15:50:18 +08:00
parent 96fe7b9062
commit 6374978fb5

View File

@ -1574,7 +1574,7 @@ class ShopController extends BaseAuthedController
$ret_price = phpcommon\bnDiv(phpcommon\bnMul($bn1, $bn2), pow(10, 8));
error_log('normalizeWeb3Price: ' . $ret_price . ' ' . $price * pow(10, 8));
return $ret_price;
return phpcommon\bnToStr($ret_price);
}
private function countFreeBuyTimes($goods) {