Merge branch 'develop' into standalone_develop

This commit is contained in:
yystopf 2022-04-11 16:09:08 +08:00
commit 37317f82bf
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