|
|
@ -16,8 +16,6 @@ class Passport extends BaseController |
|
|
* @throws \think\db\exception\DataNotFoundException |
|
|
* @throws \think\db\exception\DataNotFoundException |
|
|
* @throws \think\db\exception\DbException |
|
|
* @throws \think\db\exception\DbException |
|
|
* @throws \think\db\exception\ModelNotFoundException |
|
|
* @throws \think\db\exception\ModelNotFoundException |
|
|
* @author whj |
|
|
|
|
|
* @date 2023-08-22 17:04 |
|
|
|
|
|
*/ |
|
|
*/ |
|
|
public function register() |
|
|
public function register() |
|
|
{ |
|
|
{ |
|
|
@ -60,8 +58,6 @@ class Passport extends BaseController |
|
|
* @throws \think\db\exception\DataNotFoundException |
|
|
* @throws \think\db\exception\DataNotFoundException |
|
|
* @throws \think\db\exception\DbException |
|
|
* @throws \think\db\exception\DbException |
|
|
* @throws \think\db\exception\ModelNotFoundException |
|
|
* @throws \think\db\exception\ModelNotFoundException |
|
|
* @author whj |
|
|
|
|
|
* @date 2023-08-22 17:04 |
|
|
|
|
|
*/ |
|
|
*/ |
|
|
public function login() |
|
|
public function login() |
|
|
{ |
|
|
{ |
|
|
@ -95,8 +91,6 @@ class Passport extends BaseController |
|
|
* @throws \think\db\exception\DataNotFoundException |
|
|
* @throws \think\db\exception\DataNotFoundException |
|
|
* @throws \think\db\exception\DbException |
|
|
* @throws \think\db\exception\DbException |
|
|
* @throws \think\db\exception\ModelNotFoundException |
|
|
* @throws \think\db\exception\ModelNotFoundException |
|
|
* @author whj |
|
|
|
|
|
* @date 2023-08-22 17:22 |
|
|
|
|
|
*/ |
|
|
*/ |
|
|
public function retrieve() |
|
|
public function retrieve() |
|
|
{ |
|
|
{ |
|
|
|