fix: response data result

This commit is contained in:
2022-04-11 16:08:50 +08:00
parent 720c073f32
commit 2dfd69ae21

View File

@@ -105,6 +105,6 @@ class Trace::ClientService < ApplicationService
log_error(status, body)
return [body["code"], body["Data"], body["Error"]]
return [body["code"], body["data"], body["error"]]
end
end