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
3598be31
...
3598be312dd1180cb8ab97060bffc4470a313bf4
authored
2022-12-05 20:48:50 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
文件上传cos
1 parent
e73e4a4e
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 @
3598be3
...
...
@@ -318,7 +318,7 @@ class PropertyTrackService extends Service
try
{
$response
=
$client
->
post
(
$this
->
request
->
getRequestUri
()
,
[
$response
=
$client
->
post
(
'/api/inside/getCosToken'
,
[
'json'
=>
$this
->
request
->
only
([
'dir'
,
'material'
]),
]);
$respArr
=
json_decode
(
$response
->
getBody
()
->
getContents
(),
true
);
...
...
Please
register
or
sign in
to post a comment