From 95ef6c66eee808fe034c34ef2aa6f2af63d2862d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Mon, 13 Jan 2020 09:18:41 +0800 Subject: [PATCH] fix --- gys_system/controllers/feedback.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gys_system/controllers/feedback.php b/gys_system/controllers/feedback.php index d4e3c804..51ce24ab 100644 --- a/gys_system/controllers/feedback.php +++ b/gys_system/controllers/feedback.php @@ -1,4 +1,12 @@ 'yes', 'value' => $feedbackstring); } echo json_encode($data); - }sssssss + } }