*
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -14,5 +14,5 @@ use Illuminate\Support\Facades\Route; | ... | @@ -14,5 +14,5 @@ use Illuminate\Support\Facades\Route; |
14 | */ | 14 | */ |
15 | Route::group([], function (){ | 15 | Route::group([], function (){ |
16 | //提现审核通过 | 16 | //提现审核通过 |
17 | Route::get('musician/withdraw', 'MusicianWithdrawController@withdraw'); | 17 | Route::post('musician/withdraw', 'MusicianWithdrawController@withdraw'); |
18 | }); | 18 | }); | ... | ... |
-
Please register or sign in to post a comment