| xqd
@@ -35,7 +35,7 @@ $api->version('v1', [
|
|
|
$api->post('/register', 'AuthorizationsController@register')->name('login.register');
|
|
|
$api->get('/xieyi', 'AuthorizationsController@xieyi')->name('login.xieyi');
|
|
|
$api->get('/captcha', 'AuthorizationsController@captcha')->name('login.captcha');
|
|
|
- $api->get('/reg_h5', 'AuthorizationsController@reg_h5')->name('login.reg_h5');
|
|
|
+ $api->post('/reg_h5', 'AuthorizationsController@reg_h5')->name('login.reg_h5');
|
|
|
});
|
|
|
|
|
|
/*
|