|
@@ -52,7 +52,6 @@ public class AppAdminEnterpriseInviteController {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
- @PreAuthenticated
|
|
|
|
@GetMapping("/get/info/by/code")
|
|
@GetMapping("/get/info/by/code")
|
|
@Operation(summary = "根据邀请码获取邀请用户信息")
|
|
@Operation(summary = "根据邀请码获取邀请用户信息")
|
|
public CommonResult<AppAdminEnterpriseUserRespVO> getInviteEnterpriseUser(@RequestParam("code") String code) {
|
|
public CommonResult<AppAdminEnterpriseUserRespVO> getInviteEnterpriseUser(@RequestParam("code") String code) {
|