Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-Server
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李帅
2023-02-14 01:10:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5875ea2033ba1d41451d2b9b5432c29b96297342
5875ea20
1 parent
09f2d8de
1.打印注册日志
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
app/Http/Controllers/V1/AuthController.php
app/Http/Controllers/V1/AuthController.php
View file @
5875ea2
...
...
@@ -139,7 +139,6 @@ class AuthController extends Controller
$redis
=
Redis
::
connection
();
if
(
$request
->
verify_code
!=
'123123'
){
Log
::
channel
(
"daily"
)
->
debug
(
"走到这里了"
.
$request
->
verify_code
);
if
(
$redis
->
get
(
$request
->
email
)
!==
$request
->
verify_code
){
return
Response
::
fail
(
'verify code failed'
,
500
);
}
...
...
Please
register
or
login
to post a comment