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
44b4839b
...
44b4839bf0db26fae980727b54f9895bb0475abf
authored
2022-12-06 17:31:14 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
生成链接过期时间
1 parent
092bea64
Show 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 @
44b4839
...
...
@@ -321,7 +321,7 @@ class PropertyTrackService extends Service
try
{
$response
=
$client
->
post
(
'/api/inside/getCosToken'
,
[
'json'
=>
$this
->
request
->
only
([
'dir'
,
'material'
])
,
'json'
=>
[
'data'
=>
$this
->
request
->
only
([
'dir'
,
'material'
])]
,
]);
$respArr
=
json_decode
(
$response
->
getBody
()
->
getContents
(),
true
);
...
...
Please
register
or
sign in
to post a comment