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 15:57:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6828540014411d831eec5996578d597e7744b5ac
68285400
1 parent
a4e05c0b
1.临境新增字段。
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
app/Http/Controllers/V1/HomeController.php
app/Http/Controllers/V1/HomeController.php
View file @
6828540
...
...
@@ -36,6 +36,11 @@ class HomeController extends Controller
'user_id'
=>
$list
->
user_id
,
'title'
=>
$list
->
title
,
'content'
=>
$list
->
content
,
'weather'
=>
$list
->
weather
,
'haungli'
=>
$list
->
haungli
,
'longitude'
=>
$list
->
longitude
,
'latitude'
=>
$list
->
latitude
,
'location'
=>
$list
->
location
,
'url'
=>
$list
->
url
,
'type'
=>
$list
->
type
,
'poem_id'
=>
$list
->
poem_id
,
...
...
Please
register
or
login
to post a comment