mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-29 18:39:16 +08:00
token错误修复
This commit is contained in:
parent
1e5300b065
commit
b3809db8c1
@ -97,7 +97,7 @@ class ApiService
|
||||
$data[] = $rand;
|
||||
}
|
||||
}
|
||||
return md5(md5(empty($data) ? '' : md5(implode('', $data)).md5($data_id)));
|
||||
return md5(md5((empty($data) ? '' : md5(implode('', $data))).md5($data_id)));
|
||||
}
|
||||
}
|
||||
?>
|
Loading…
Reference in New Issue
Block a user