1
This commit is contained in:
parent
0c29814abe
commit
0b1121b9fc
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user