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
李帅
2022-06-05 19:04:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
55553c9a7b1bd166954772f567075c75a4db613e
55553c9a
1 parent
1cf94307
1.重构合成脚本。
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Http/Controllers/V1/ImmerseController.php
app/Http/Controllers/V1/ImmerseController.php
View file @
55553c9
...
...
@@ -50,7 +50,7 @@ class ImmerseController extends Controller
}
$validated
=
$validator
->
validated
();
Log
::
channel
(
'daily'
)
->
debug
(
print_r
(
$validated
,
1
));
Log
::
channel
(
'daily'
)
->
debug
(
json_encode
(
$request
->
all
()
));
$user_id
=
$request
->
user
()
->
id
;
$immerse
=
Immerse
::
query
()
->
find
(
$request
->
item_id
);
...
...
Please
register
or
login
to post a comment