Commit e455bb3c e455bb3c2b006d813063b0d9f97d38e0adeef5cc by lemon

*

1 parent 0a0bbb6f
......@@ -38,7 +38,7 @@ Route::group([], function (){
//提现发票抬头
Route::post('withdraw/receipt', 'MusicianWithdrawController@receipt');
//提现发票抬头 - 通过公司中文
Route::get('withdraw/receipt_by_name', 'MusicianWithdrawController@receiptByName');
Route::post('withdraw/receipt_by_name', 'MusicianWithdrawController@receiptByName');
//账单状态修改
Route::post('withdraw/status', 'MusicianWithdrawController@status');
......