修改 获取患者优惠卷列表 ,增加问诊类型字段

This commit is contained in:
2023-11-08 09:32:28 +08:00
parent e9df0ebd74
commit 872edba2c4
6 changed files with 16 additions and 19 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ Router::addGroup('/patient', function () {
// 我的福利
Router::addGroup('/coupon', function () {
// 获取患者优惠卷列表
Router::get('', [UserPatientController::class, 'getPatientCouponlist']);
Router::get('', [UserPatientController::class, 'getPatientCouponList']);
});
// 问诊