新增:分支同步历史记录以及创建同步分支接口

This commit is contained in:
2024-04-19 17:26:20 +08:00
parent 240e086232
commit 0f5066f943
5 changed files with 63 additions and 10 deletions

View File

@@ -91,6 +91,7 @@ class Reposync::ClientService < ApplicationService
else
puts "[reposync][ERROR] code: #{body["code_status"]}"
puts "[reposync][ERROR] message: #{body["msg"]}"
return [body["code_status"], body["data"], body["msg"]]
end
end
end