From f2f027678207fdd1a91459b76720699b9b68520e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Tue, 24 Jun 2025 17:15:37 +0800 Subject: [PATCH] =?UTF-8?q?CT=E9=80=9A=E7=94=A8=E6=8E=A5=E5=8F=A3fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/ctmobilefirst/controllers/api.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/third_party/ctmobilefirst/controllers/api.php b/application/third_party/ctmobilefirst/controllers/api.php index 9564db7a..b4d526ae 100644 --- a/application/third_party/ctmobilefirst/controllers/api.php +++ b/application/third_party/ctmobilefirst/controllers/api.php @@ -462,7 +462,9 @@ class Api extends CI_Controller { } - + /** + * 获取线路类型列表 + */ function getLineTypeList(){ $list = $this->api_model->getLineTypeList(); echo json_encode($list,JSON_NUMERIC_CHECK);