Commit 587b4f3f 587b4f3fbf186d914283c0c791a81a74a75a1ea9 by lemon

确认账单bug

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