Bubu-framework的账户管理器

V1.0.5 2022-08-22 15:43 UTC

This package is auto-updated.

Last update: 2024-09-22 20:16:13 UTC


README

使用方法

可用路由

Router::get('/validEmail/:code', 'AccountUpdate#verifyEmail');


Router::post('/api/account/update/email', 'AccountUpdate#email');

Router::post('/api/account/register', 'RegisterApi#register');

Router::post('/api/account/login', 'LoginApi#login');

Router::post('/api/account/update/token', 'AccountUpdate#token');

Router::post('/api/account/update/password', 'AccountUpdate#password');