From fe8c3b7e2c9044de3a5cb19d28d1a8a06160e414 Mon Sep 17 00:00:00 2001 From: songliang Date: Mon, 9 Jan 2023 19:37:01 +0800 Subject: [PATCH] ... --- webapp/controller/MarketController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index db72e722..2d4b040a 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -1038,6 +1038,7 @@ class MarketController extends BaseController { 'amount' => $amount, 'createtime' => myself()->_getNowTime(), 'modifytime' => myself()->_getNowTime(), + 'currency' => $currency, 's_price' => $price, 'c_name' => $nftDetail['info']['name'], 'c_job' => isset($nftDetail['info']['job']) ? $nftDetail['info']['job']