| xqd
@@ -34,7 +34,7 @@ $api->version('v1', [
|
|
|
$api->post('/user_detail', 'HomeController@user_detail')->name('home.user_detail');
|
|
|
$api->post('/user_dynamic', 'HomeController@user_dynamic')->name('home.user_dynamic');
|
|
|
$api->post('/photo_destroy', 'HomeController@photo_destroy')->name('home.photo_destroy');
|
|
|
- $api->post('/user_detail_h5', 'HomeController@user_detail_h5')->name('home.user_detail_h5');
|
|
|
+ $api->get('/user_detail_h5', 'HomeController@user_detail_h5')->name('home.user_detail_h5');
|
|
|
});
|
|
|
|
|
|
/*
|