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
79d02a37
...
79d02a3774db400a99323edab8af45211f2723fd
authored
2021-11-15 11:51:57 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
确认账单
1 parent
82d39946
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 @
79d02a3
...
...
@@ -41,7 +41,7 @@ Route::group([], function (){
Route
::
post
(
'withdraw/receipt_by_name'
,
'MusicianWithdrawController@receiptByName'
);
//账单状态修改
Route
::
any
(
'withdraw/bill_confirm'
,
'MusicianWithdrawController@billConfirm'
);
Route
::
post
(
'withdraw/bill_confirm'
,
'MusicianWithdrawController@billConfirm'
);
//账单状态修改
Route
::
post
(
'withdraw/status'
,
'MusicianWithdrawController@status'
);
//钱包-账单收益
...
...
Please
register
or
sign in
to post a comment