From a81534295b0bc57e0dbb10fe3bd23a025d57097a Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 26 Nov 2021 16:03:34 +0800 Subject: [PATCH] 1 --- webapp/controller/BaseController.class.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/webapp/controller/BaseController.class.php b/webapp/controller/BaseController.class.php index 8eff0717..2cd3e254 100644 --- a/webapp/controller/BaseController.class.php +++ b/webapp/controller/BaseController.class.php @@ -64,9 +64,4 @@ class BaseController { echo json_encode($rawData); } - public function _rspRawData($rawData) - { - echo json_encode($rawData); - } - }