From 0b1121b9fca56664bbc62c493ee1531f86f386be Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 2 Apr 2022 14:54:18 +0800 Subject: [PATCH] 1 --- webapp/controller/MarketController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index 845b7cd2..7173722f 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -483,7 +483,7 @@ class MarketController extends BaseController { { $account = getReqVal('account', ''); $token = getReqVal('token', ''); - $nonce = myself()->_getNowTime(); + $nonce = uniqid() . '_' . myself()->_getNowTime(); myself()->_rspData(array( 'state' => $this->isValidToken($account, $token) ? 1 : 0, 'nonce' => $nonce,