From 4da3ac255827c42cb1e069959908de2e5f53d5ec Mon Sep 17 00:00:00 2001 From: xxq250 Date: Fri, 24 Jan 2025 08:48:58 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=20=E6=B5=81=E6=B0=B4=E7=BA=BF=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E6=9F=A5=E8=AF=A2=E8=BF=90=E8=A1=8C=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=EF=BC=8C=E6=94=B9=E6=88=90=E4=B8=80=E7=BB=B4=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=96=B9=E4=BE=BF=E4=BD=BF=E7=94=A8,=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E5=8F=96=E5=80=BCkey?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/api/pm/action_runs_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/pm/action_runs_controller.rb b/app/controllers/api/pm/action_runs_controller.rb index 88bb6b129..85af3a447 100644 --- a/app/controllers/api/pm/action_runs_controller.rb +++ b/app/controllers/api/pm/action_runs_controller.rb @@ -39,7 +39,7 @@ class Api::Pm::ActionRunsController < Api::Pm::BaseController failure: failure }.merge(last_action_run_json) end - render :json => @result + render :json => {data: @result} end end \ No newline at end of file