Commit 006f816c 006f816cb95409a42a66b23e058ef241599b8ab3 by lemon

*

1 parent 84ab2230
...@@ -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 });
......