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
44437ca2
...
44437ca2ba3fdd0aca38616d2150d44235165046
authored
2025-04-22 16:38:27 +0800
by
Cong.Zhao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
e2da75d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Http/Controllers/Release/WorkController.php
app/Http/Controllers/Release/WorkController.php
View file @
44437ca
...
...
@@ -175,7 +175,7 @@ class WorkController extends BaseController
*/
public
function
tackList
(
Request
$request
)
{
list
(
$code
,
$msg
,
$data
)
=
$this
->
doApi
(
'/invests/track/tacklist'
,
$request
->
all
(),
'
GE
T'
);
list
(
$code
,
$msg
,
$data
)
=
$this
->
doApi
(
'/invests/track/tacklist'
,
$request
->
all
(),
'
POS
T'
);
return
$code
===
0
?
Response
::
success
(
$data
)
:
Response
::
error
(
$code
,
$msg
,
$data
);
}
...
...
Please
register
or
sign in
to post a comment