去除环境配置,放开实名认证

This commit is contained in:
2023-02-22 08:35:16 +08:00
parent 097f1da063
commit 7604576cd3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class OrderPrescriptionService extends BaseService
// "patient_age",
// "created_at",
// ];
$fields = [];
$page = $this->request->input('page', 1);
$per_page = $this->request->input('per_page', 10);
return OrderPrescription::getPage($params, $fields);