feat : config

This commit is contained in:
2025-03-20 16:49:06 +08:00
parent 28e0430043
commit 45c9d99304

View File

@@ -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();