master
ELF 5 years ago
parent 68af5f55f3
commit 20ed7de976

@ -84,6 +84,7 @@ class Verify {
*/ */
public function check($code, $id = '') { public function check($code, $id = '') {
$key = $this->authcode($this->seKey).$id; $key = $this->authcode($this->seKey).$id;
var_dump($_SESSION);
var_dump($key); var_dump($key);
// 验证码不能为空 // 验证码不能为空
$secode = session($key); $secode = session($key);

Loading…
Cancel
Save