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