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-07-07 17:17:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0f79a1d9aacbfbe841049a4dd4811589610eeb97
0f79a1d9
1 parent
68285400
1.临境新增字段。
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
app/Http/Controllers/V1/ImmerseController.php
app/Http/Controllers/V1/ImmerseController.php
View file @
0f79a1d
...
...
@@ -59,11 +59,11 @@ class ImmerseController extends Controller
'user_id'
=>
$user_id
,
'title'
=>
''
,
'content'
=>
$validated
[
'content'
],
'weather'
=>
$validated
[
'weather'
],
'haungli'
=>
$validated
[
'haungli'
],
'longitude'
=>
$validated
[
'longitude'
],
'latitude'
=>
$validated
[
'latitude'
],
'location'
=>
$validated
[
'location'
],
'weather'
=>
$validated
[
'weather'
]
??
''
,
'haungli'
=>
$validated
[
'haungli'
]
??
''
,
'longitude'
=>
$validated
[
'longitude'
]
??
''
,
'latitude'
=>
$validated
[
'latitude'
]
??
''
,
'location'
=>
$validated
[
'location'
]
??
''
,
'url'
=>
''
,
'type'
=>
$validated
[
'type'
],
'upload_file'
=>
$validated
[
'item_url'
],
...
...
Please
register
or
login
to post a comment