Rename register return value from session_id to session_key #730
This commit is contained in:
parent
f62ce78ac7
commit
e3be92b63e
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class AuthController extends ApiController
|
||||||
|
|
||||||
// return data
|
// return data
|
||||||
return new ApiResponse(true, '', [
|
return new ApiResponse(true, '', [
|
||||||
'session_id' => $sess->getID(),
|
'session_key' => $sess->getID(),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue