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
48883980
...
4888398011ac7c6b294e5281e9206358a2964b44
authored
2022-07-19 18:07:38 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
bccbb4ff
Show 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 @
4888398
...
...
@@ -40,6 +40,8 @@ class IssueService extends Service
'json'
=>
$data
,
]);
$respArr
=
json_decode
(
$response
->
getBody
()
->
getContents
(),
true
);
$respArr
[
'msg'
]
=
$respArr
[
'message'
];
unset
(
$respArr
[
'message'
]);
return
response
()
->
json
(
$respArr
,
200
);
}
catch
(
\Throwable
$throwable
)
{
...
...
Please
register
or
sign in
to post a comment