更改:代码溯源status改为code

This commit is contained in:
yystopf 2022-08-15 15:56:07 +08:00
commit 63cdaed3ac
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class Traces::BaseController < ApplicationController
def check_trace_system
code, data, error = Trace::SystemInfoService.call(current_user.trace_token)
return render_ok({status: 501, data: {operate_time: data['operate_time']}, message: '系统维护中'}) if data['status'] === 0
return render_ok({code: 501, data: {operate_time: data['operate_time']}, message: '系统维护中'}) if data['status'] === 0
rescue
# 这里根据需求跳转到404
return render_not_found