新增: 邀请项目链接接口文档

This commit is contained in:
2022-06-16 11:56:09 +08:00
parent c42f3d5928
commit f6fb50529c
5 changed files with 597 additions and 43 deletions

View File

@@ -13,7 +13,6 @@ class Projects::ProjectInviteLinksController < Projects::BaseController
puts params_data
Projects::ProjectInviteLinks::CreateForm.new(params_data).validate!
@project_invite_link = ProjectInviteLink.create!(params_data.merge(sign: ProjectInviteLink.random_hex_sign))
render_ok
end
rescue Exception => e
uid_logger_error(e.message)