Commit 36f797d8 authored by zazaname's avatar zazaname

调试

parent a0f0b09e
...@@ -21,7 +21,6 @@ class LoginController extends Controller ...@@ -21,7 +21,6 @@ class LoginController extends Controller
*/ */
public function createToken() public function createToken()
{ {
register_shutdown_function([$this, 'shutdownAction']);
$this->checkParam(['app_id','ver_info','ctype']); $this->checkParam(['app_id','ver_info','ctype']);
$data = $this->loginService->createToken($this->requestData); $data = $this->loginService->createToken($this->requestData);
return json($data); 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