确认账单bug
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | //钱包-账单收益 | ... | ... |
-
Please register or sign in to post a comment