Commit 006f816c 006f816cb95409a42a66b23e058ef241599b8ab3 by lemon

*

1 parent 84ab2230
......@@ -14,5 +14,5 @@ use Illuminate\Support\Facades\Route;
*/
Route::group([], function (){
//提现审核通过
Route::get('musician/withdraw', 'MusicianWithdrawController@withdraw');
Route::post('musician/withdraw', 'MusicianWithdrawController@withdraw');
});
......