...
This commit is contained in:
parent
96fe7b9062
commit
6374978fb5
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user