This commit is contained in:
aozhiwei 2023-08-29 19:29:20 +08:00
parent 975421e502
commit c7fad8a5ce

View File

@ -34,7 +34,7 @@ class Market extends BaseModel {
'seller' => $seller,
'nft_token' => $nftToken,
'amount' => $amount,
'currency' => $currency,
'currency' => strtolower($currency),
'price' => $price,
'activated' => 1,
'selltime' => myself()->_getNowTime(),