配置 IM 中的文件上传到阿里云OSS;更新 路由白名单
Build Docker / build (push) Canceled after 0s

This commit is contained in:
haomingming
2026-08-20 11:38:23 +08:00
parent e836e84421
commit 4ad8d5fa6f
4 changed files with 136 additions and 0 deletions
+4
View File
@@ -19,6 +19,10 @@ class Auth
"/login/wechat_mobile_login" => "post", // 微信登陆
"/login/mobile_login" => "post", // 手机号登陆
"/code/phone" => "post",// 获取手机号验证码
"/patient/doctor/inquiry" => "get", // 获取问诊医生列表
"/doctor/info/inquiry/" => "get", // 获取医生详情-问诊
"/doctor/inquiry/service/" => "get", // 获取医生开启的服务列表
"/patient/doctor/evaluation/" => "get", // 获取医生评价
"/disease/expertise" => "get",// 疾病专长列表-搜索使用
"/area/province" => "get",// 获取省份信息
"/area/city" => "get", // 获取城市信息