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
587b4f3f
...
587b4f3fbf186d914283c0c791a81a74a75a1ea9
authored
2021-12-03 14:43:30 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
确认账单bug
1 parent
d106ca37
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
routes/api.php
routes/api.php
View file @
587b4f3
...
...
@@ -44,7 +44,7 @@ Route::group([], function (){
//账单状态修改
Route
::
any
(
'withdraw/bill_confirm'
,
'MusicianWithdrawController@billConfirm'
);
Route
::
post
(
'withdraw/bill_confirm'
,
'MusicianWithdrawController@billConfirm'
);
//账单状态修改
Route
::
any
(
'withdraw/status'
,
'MusicianWithdrawController@withdraw'
);
//钱包-账单收益
...
...
Please
register
or
sign in
to post a comment