Commit 93e7629a by doszhang

dos

parent f56aa2ae
......@@ -14,7 +14,6 @@ trait ControllerTrait
// }
$cookie_secret = C('cookie_sign');
$openid = \SignedCookie::get_cookie($this->cookie_uid_key, $cookie_secret, 86400 * 60);
echo 3;die();
if (!$openid) {
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment