路由白名单
Build Docker / build (push) Canceled after 0s

This commit is contained in:
haomingming
2026-09-07 11:28:40 +08:00
parent 4ad8d5fa6f
commit a66370bf91
2 changed files with 6 additions and 10 deletions
+4 -1
View File
@@ -23,7 +23,10 @@ class Auth
"/doctor/info/inquiry/" => "get", // 获取医生详情-问诊
"/doctor/inquiry/service/" => "get", // 获取医生开启的服务列表
"/patient/doctor/evaluation/" => "get", // 获取医生评价
"/disease/expertise" => "get",// 疾病专长列表-搜索使用
"/basic/disease/expertise" => "get",// 疾病专长列表-搜索使用
"/patient/article/science" => "get", // 科普文章分页
"/patient/article/science/list" => "get", // 科普文章列表
"/evaluation" => "get", // 获取医生评价列表
"/area/province" => "get",// 获取省份信息
"/area/city" => "get", // 获取城市信息
"/area/county" => "get", // 获取区县信息