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
e455bb3c
...
e455bb3c2b006d813063b0d9f97d38e0adeef5cc
authored
2021-11-15 11:12:52 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
0a0bbb6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
routes/api.php
routes/api.php
View file @
e455bb3
...
...
@@ -38,7 +38,7 @@ Route::group([], function (){
//提现发票抬头
Route
::
post
(
'withdraw/receipt'
,
'MusicianWithdrawController@receipt'
);
//提现发票抬头 - 通过公司中文
Route
::
ge
t
(
'withdraw/receipt_by_name'
,
'MusicianWithdrawController@receiptByName'
);
Route
::
pos
t
(
'withdraw/receipt_by_name'
,
'MusicianWithdrawController@receiptByName'
);
//账单状态修改
Route
::
post
(
'withdraw/status'
,
'MusicianWithdrawController@status'
);
...
...
Please
register
or
sign in
to post a comment