Commit 6f67bae4 authored by zazaname's avatar zazaname

调试

parent 0c7a73ce
...@@ -21,6 +21,7 @@ class LoginController extends Controller ...@@ -21,6 +21,7 @@ class LoginController extends Controller
*/ */
public function createToken() public function createToken()
{ {
dingdingLog($_REQUEST);
$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