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
10a9c43e
...
10a9c43e233079d8c1e4183ab117b48d86c02265
authored
2021-11-15 14:21:10 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
cc8f7fa4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
routes/api.php
routes/api.php
View file @
10a9c43
...
...
@@ -35,8 +35,6 @@ Route::group([], function (){
//钱包-账户详情
Route
::
get
(
'musician_balance/account_detail'
,
'MusicianBalanceController@accountDetail'
);
//提现发票抬头
Route
::
post
(
'withdraw/receipt'
,
'MusicianWithdrawController@receipt'
);
//提现发票抬头 - 通过公司中文
Route
::
post
(
'withdraw/receipt_by_name'
,
'MusicianWithdrawController@receiptByName'
);
...
...
Please
register
or
sign in
to post a comment