确认账单
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -41,7 +41,7 @@ Route::group([], function (){ | ... | @@ -41,7 +41,7 @@ Route::group([], function (){ |
41 | Route::post('withdraw/receipt_by_name', 'MusicianWithdrawController@receiptByName'); | 41 | Route::post('withdraw/receipt_by_name', 'MusicianWithdrawController@receiptByName'); |
42 | 42 | ||
43 | //账单状态修改 | 43 | //账单状态修改 |
44 | Route::any('withdraw/bill_confirm', 'MusicianWithdrawController@billConfirm'); | 44 | Route::post('withdraw/bill_confirm', 'MusicianWithdrawController@billConfirm'); |
45 | //账单状态修改 | 45 | //账单状态修改 |
46 | Route::post('withdraw/status', 'MusicianWithdrawController@status'); | 46 | Route::post('withdraw/status', 'MusicianWithdrawController@status'); |
47 | //钱包-账单收益 | 47 | //钱包-账单收益 | ... | ... |
-
Please register or sign in to post a comment