Commit 587b4f3f 587b4f3fbf186d914283c0c791a81a74a75a1ea9 by lemon

确认账单bug

1 parent d106ca37
......@@ -44,7 +44,7 @@ Route::group([], function (){
//账单状态修改
Route::any('withdraw/bill_confirm', 'MusicianWithdrawController@billConfirm');
Route::post('withdraw/bill_confirm', 'MusicianWithdrawController@billConfirm');
//账单状态修改
Route::any('withdraw/status', 'MusicianWithdrawController@withdraw');
//钱包-账单收益
......