feat : config

This commit is contained in:
2025-03-20 16:29:59 +08:00
parent 7be642f104
commit 66632af855
8 changed files with 138 additions and 2 deletions

View File

@@ -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