Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
cfa06383
...
cfa063833f5cfbf41442234ff1df624d77f73a06
authored
2023-01-05 10:36:30 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
增加日志
1 parent
8c5d3c7b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Services/PropertyTrackService.php
app/Services/PropertyTrackService.php
View file @
cfa0638
...
...
@@ -143,7 +143,7 @@ class PropertyTrackService extends Service
*/
public
function
shareCreate
()
{
if
(
!
PropertyTrack
::
query
()
->
where
([
'
from'
=>
$this
->
request
->
input
(
'from'
),
'
id'
=>
$this
->
request
->
input
(
'track_id'
)])
->
first
())
{
if
(
!
PropertyTrack
::
query
()
->
where
([
'id'
=>
$this
->
request
->
input
(
'track_id'
)])
->
first
())
{
return
Response
::
error
(
ErrorCode
::
SERVER_ERROR
,
'非法请求'
);
}
...
...
Please
register
or
sign in
to post a comment