diff --git a/app/Controller/Api/UserController.php b/app/Controller/Api/UserController.php index 24f50b9..95e2718 100644 --- a/app/Controller/Api/UserController.php +++ b/app/Controller/Api/UserController.php @@ -38,6 +38,11 @@ class UserController extends AbstractController return (new BindPhoneByWxService)->handle(); } + /** + * @return array + */ + #[RequestMapping(path: 'unbind_phone',methods: 'post')] + #[Scene(scene: 'unbind_phone')] public function unbind_phone() { return (new UnBindPhoneService)->handle();