From 1b424ebc516e441b2a918563c43258a195f0272e Mon Sep 17 00:00:00 2001 From: chengxl Date: Wed, 4 Jun 2025 13:27:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Articletype.php | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 application/api/controller/Articletype.php diff --git a/application/api/controller/Articletype.php b/application/api/controller/Articletype.php new file mode 100644 index 0000000..6a0edd1 --- /dev/null +++ b/application/api/controller/Articletype.php @@ -0,0 +1,31 @@ + 1,'msg' => 'success','data' => getArticleType()]); + } + + /** + * @title 医学类型接口 + * @description 医学类型接口 + */ + + public function getMedicalType(){ + return json_encode(['status' => 1,'msg' => 'success','data' => getMedicalType()]); + } +} +?> \ No newline at end of file