*
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -38,7 +38,7 @@ Route::group([], function (){ | ... | @@ -38,7 +38,7 @@ Route::group([], function (){ |
38 | //提现发票抬头 | 38 | //提现发票抬头 |
39 | Route::post('withdraw/receipt', 'MusicianWithdrawController@receipt'); | 39 | Route::post('withdraw/receipt', 'MusicianWithdrawController@receipt'); |
40 | //提现发票抬头 - 通过公司中文 | 40 | //提现发票抬头 - 通过公司中文 |
41 | Route::get('withdraw/receipt_by_name', 'MusicianWithdrawController@receiptByName'); | 41 | Route::post('withdraw/receipt_by_name', 'MusicianWithdrawController@receiptByName'); |
42 | //账单状态修改 | 42 | //账单状态修改 |
43 | Route::post('withdraw/status', 'MusicianWithdrawController@status'); | 43 | Route::post('withdraw/status', 'MusicianWithdrawController@status'); |
44 | 44 | ... | ... |
-
Please register or sign in to post a comment