Commit e455bb3c e455bb3c2b006d813063b0d9f97d38e0adeef5cc by lemon

*

1 parent 0a0bbb6f
...@@ -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
......