feat : config
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user