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:08:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
04a1d307dfed9c29365b3ca88161b87e691cd517
04a1d307
1 parent
873080f1
1.重构合成脚本。
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
app/Http/Controllers/V1/ImmerseController.php
app/Http/Controllers/V1/ImmerseController.php
View file @
04a1d30
...
...
@@ -33,7 +33,6 @@ class ImmerseController extends Controller
*/
public
function
store
(
Request
$request
)
{
Log
::
channel
(
'daily'
)
->
debug
(
json_encode
(
$request
->
all
()));
$validator
=
Validator
::
make
(
$request
->
all
(),[
'item_url'
=>
'required|string'
,
'item_id'
=>
'required'
,
...
...
Please
register
or
login
to post a comment