更改:代码溯源status改为code
This commit is contained in:
commit
63cdaed3ac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue