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
77a3d95a
...
77a3d95a85abf7e148dcbb9f9b92675abc02ef0d
authored
2022-07-20 10:13:03 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
48883980
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
app/Services/IssueService.php
app/Services/IssueService.php
View file @
77a3d95
...
...
@@ -40,6 +40,8 @@ class IssueService extends Service
'json'
=>
$data
,
]);
$respArr
=
json_decode
(
$response
->
getBody
()
->
getContents
(),
true
);
Log
::
info
(
__METHOD__
.
':请求返回体'
,
[
'respArr'
=>
$respArr
,
'data'
=>
$data
,
'uri'
=>
$client
->
post
(
$this
->
request
->
getRequestUri
())]);
$respArr
[
'msg'
]
=
$respArr
[
'message'
];
unset
(
$respArr
[
'message'
]);
...
...
Please
register
or
sign in
to post a comment