*
Showing
1 changed file
with
0 additions
and
2 deletions
| ... | @@ -35,8 +35,6 @@ Route::group([], function (){ | ... | @@ -35,8 +35,6 @@ Route::group([], function (){ |
| 35 | //钱包-账户详情 | 35 | //钱包-账户详情 |
| 36 | Route::get('musician_balance/account_detail', 'MusicianBalanceController@accountDetail'); | 36 | Route::get('musician_balance/account_detail', 'MusicianBalanceController@accountDetail'); |
| 37 | 37 | ||
| 38 | //提现发票抬头 | ||
| 39 | Route::post('withdraw/receipt', 'MusicianWithdrawController@receipt'); | ||
| 40 | //提现发票抬头 - 通过公司中文 | 38 | //提现发票抬头 - 通过公司中文 |
| 41 | Route::post('withdraw/receipt_by_name', 'MusicianWithdrawController@receiptByName'); | 39 | Route::post('withdraw/receipt_by_name', 'MusicianWithdrawController@receiptByName'); |
| 42 | 40 | ... | ... |
-
Please register or sign in to post a comment