You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- if @new_project
- json.status 0
- json.message "fork项目成功"
- json.id @new_project.id
- json.identifier @new_project.identifier
- else
- json.status -1
- json.message "fork项目失败"
- json.nil!
- end
|