去除环境配置,放开实名认证
This commit is contained in:
parent
097f1da063
commit
7604576cd3
@ -108,7 +108,7 @@ class DoctorAuthService extends BaseService
|
|||||||
|
|
||||||
// 网易易盾认证
|
// 网易易盾认证
|
||||||
// 实人认证-生产环境开启
|
// 实人认证-生产环境开启
|
||||||
if (env("APP_ENV") == "prod") {
|
// if (env("APP_ENV") == "prod") {
|
||||||
$IdCard = new IdCard();
|
$IdCard = new IdCard();
|
||||||
|
|
||||||
$params = array();
|
$params = array();
|
||||||
@ -118,7 +118,7 @@ class DoctorAuthService extends BaseService
|
|||||||
if (!empty($res)) {
|
if (!empty($res)) {
|
||||||
return fail(HttpEnumCode::HTTP_ERROR, $res);
|
return fail(HttpEnumCode::HTTP_ERROR, $res);
|
||||||
}
|
}
|
||||||
}
|
// }
|
||||||
|
|
||||||
Db::beginTransaction();
|
Db::beginTransaction();
|
||||||
try {
|
try {
|
||||||
|
|||||||
@ -51,7 +51,7 @@ class OrderPrescriptionService extends BaseService
|
|||||||
// "patient_age",
|
// "patient_age",
|
||||||
// "created_at",
|
// "created_at",
|
||||||
// ];
|
// ];
|
||||||
|
$fields = [];
|
||||||
$page = $this->request->input('page', 1);
|
$page = $this->request->input('page', 1);
|
||||||
$per_page = $this->request->input('per_page', 10);
|
$per_page = $this->request->input('per_page', 10);
|
||||||
return OrderPrescription::getPage($params, $fields);
|
return OrderPrescription::getPage($params, $fields);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user