历史遗留的代码问题,身份证验证暂时关闭
This commit is contained in:
@@ -312,8 +312,8 @@ class CompleteController extends BaseServiceController
|
||||
// ['title', 'required', 'message' => '职称证书不能为空'],
|
||||
]);
|
||||
$qualification = json_decode($post['qualification'], true);
|
||||
$practicing = json_decode($post['practicing'], true);
|
||||
$title = json_decode($post['title'], true);
|
||||
// $practicing = json_decode($post['practicing'], true);
|
||||
// $title = json_decode($post['title'], true);
|
||||
if (empty($qualification)) {
|
||||
throw new Exception("资格证书不能为空");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user