feat : config
This commit is contained in:
@@ -11,6 +11,7 @@ use App\Service\Api\Login\LogOutService;
|
||||
use App\Service\Api\User\BindPhoneByWxService;
|
||||
use App\Service\Api\User\InviteListService;
|
||||
use App\Service\Api\User\SiteService;
|
||||
use App\Service\Api\User\UnBindPhoneService;
|
||||
use Hyperf\HttpServer\Annotation\Controller;
|
||||
use Hyperf\HttpServer\Annotation\Middlewares;
|
||||
use Hyperf\HttpServer\Annotation\RequestMapping;
|
||||
@@ -37,6 +38,11 @@ class UserController extends AbstractController
|
||||
return (new BindPhoneByWxService)->handle();
|
||||
}
|
||||
|
||||
public function unbind_phone()
|
||||
{
|
||||
return (new UnBindPhoneService)->handle();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array
|
||||
* @throws ContainerExceptionInterface
|
||||
|
||||
Reference in New Issue
Block a user