From 3891ddd24e66115d999c4d26af1c03a68dbb8948 Mon Sep 17 00:00:00 2001 From: liweisen Date: Mon, 23 Mar 2020 17:01:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=E8=87=B32.?= =?UTF-8?q?8.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/index/controller/Index.php b/application/index/controller/Index.php index a01e93f..ea12192 100644 --- a/application/index/controller/Index.php +++ b/application/index/controller/Index.php @@ -43,7 +43,7 @@ class Index extends BasicApi public function index() { - $this->success('success'); + $this->success('后端部署成功'); } /**