mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
change
This commit is contained in:
@@ -24,9 +24,10 @@ class Gitea::Repository::Entries::ListService < Gitea::ClientService
|
||||
end
|
||||
|
||||
def render_result(response)
|
||||
body = JSON.parse(response.body)
|
||||
case response.status
|
||||
when 200
|
||||
JSON.parse(response.body).merge({"status": 1})
|
||||
body.merge!({"status": 1})
|
||||
else
|
||||
{'status': -1, 'message': "#{body['message']}"}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user