feat : login wx
This commit is contained in:
23
app/Service/Api/Login/MobileCodeLoginService.php
Normal file
23
app/Service/Api/Login/MobileCodeLoginService.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* This service file is part of item.
|
||||
*
|
||||
* @author ctexthuang
|
||||
* @contact ctexthuang@qq.com
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Service\Api\Login;
|
||||
|
||||
class MobileCodeLoginService extends LoginBaseService
|
||||
{
|
||||
|
||||
|
||||
public function handle()
|
||||
{
|
||||
return [];
|
||||
}
|
||||
|
||||
protected function register() {}
|
||||
}
|
||||
Reference in New Issue
Block a user