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
3b2564ea
...
3b2564eabdee0f165e21ddffc1033b15e0009f20
authored
2022-12-04 20:05:36 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
分享链接和验证
1 parent
e42391c2
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 @
3b2564e
...
...
@@ -131,7 +131,7 @@ class PropertyTrackService extends Service
'share_url_hash'
=>
$share_url_hash
,
'expire_time'
=>
date
(
'Y-m-d H:i:s'
,
$expire_time
),
'from'
=>
$this
->
request
->
input
(
'from'
),
'
create_admin'
=>
$this
->
request
->
input
(
'user_id'
),
//用户
'
user_id'
=>
$this
->
request
->
input
(
'user_id'
),
//用户
'created_at'
=>
$this
->
now
,
]))
{
return
Response
::
success
([
'url'
=>
$share
]);
...
...
Please
register
or
sign in
to post a comment