Commit a0f0b09e authored by zazaname's avatar zazaname

调试

parent bfaa90ba
......@@ -76,6 +76,9 @@ class Controller extends BaseController
exit();
}
/**
* 调试
*/
public function shutdownAction()
{
$error = error_get_last();
......
......@@ -21,6 +21,7 @@ class LoginController extends Controller
*/
public function createToken()
{
register_shutdown_function([$this, 'shutdownAction']);
$this->checkParam(['app_id','ver_info','ctype']);
$data = $this->loginService->createToken($this->requestData);
return json($data);
......
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 to comment