fix: response data result

This commit is contained in:
yystopf 2022-04-11 16:08:50 +08:00
parent 720c073f32
commit 2dfd69ae21
1 changed files with 1 additions and 1 deletions

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