From 8d7dbe54698ea8d0a411bc4f2ee4a6232267600c Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Sun, 26 Apr 2020 16:38:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=B5=84=E6=BA=90=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/TestResourceController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/TestResourceController.class.php b/Application/Admin/Controller/TestResourceController.class.php index ebce9748f..f9d1fde7a 100644 --- a/Application/Admin/Controller/TestResourceController.class.php +++ b/Application/Admin/Controller/TestResourceController.class.php @@ -168,7 +168,7 @@ class TestResourceController extends ThinkController } else { - $this->ajaxReturn(['status'=>1, 'msg'=> '操作失败']); + $this->ajaxReturn(['status'=>0, 'msg'=> '操作失败']); // $this->error('操作失败',U('supportNumberList')); }