新增分配医生队列

This commit is contained in:
2023-03-07 17:54:56 +08:00
parent dcb2149815
commit 63894f37a6
13 changed files with 594 additions and 58 deletions
+1
View File
@@ -24,6 +24,7 @@ class Auth
"/area/city" => "get", // 获取城市信息
"/area/county" => "get", // 获取区县信息
"/callback/wxpay/inquiry/success" => "post", // 微信支付回调
"/callback/wxpay/inquiry/refund" => "post", // 微信退款回调
"/testpay" => "get", // 测试
];
}