Merge branch 'develop' of https://gitlink.org.cn/Trustie/forgeplus into develop

This commit is contained in:
2022-07-26 14:14:33 +08:00
10 changed files with 378 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
json.status 0
json.message "success"
json.data do
if @ob_repository_sync
json.extract! @ob_repository_sync, :user_id, :name, :github_address, :gitee_address, :github_token, :gitee_token,:sync_id, :created_at, :updated_at
end
end