mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 20:00:49 +08:00
8 lines
146 B
Ruby
8 lines
146 B
Ruby
if @status > 0
|
|
json.status 0
|
|
json.message "复制成功"
|
|
json.issue_id @new_issue.id
|
|
else
|
|
json.status -1
|
|
json.message "复制失败"
|
|
end |