urldecode(htmlspecialchars($_GET['code'])), ]; // 函数构建 if ($Array_ConfigData['Session'] == $_SERVER['HTTP_SESSION']) { /* 检查通讯密钥是否正确 */ if (!empty($_COOKIE['user'])) { } else { $Json_Data = [ 'output' => 'NoLogin', 'code' => 502, 'data' => [ 'message' => '需要登陆', ], ]; } } else { // 编译输出 Normal::Output(100); }