更新若干功能
This commit is contained in:
@@ -48,4 +48,13 @@ class UserController extends BaseController
|
||||
'保存成功'
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* 已绑定企业详情
|
||||
* @Method GET
|
||||
*/
|
||||
public function enterprise(): JsonResponse
|
||||
{
|
||||
return jok($this->service->enterprise());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user