dyjh 6 years ago
parent
commit
ae6e9b630a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Http/Controllers/Web/OrderController.php

+ 2 - 2
app/Http/Controllers/Web/OrderController.php

xqd
@@ -53,11 +53,11 @@ class OrderController extends Controller
                     return $this->api($res);
                 }
             }
-            if($code !== $data['verify']){
+          /*  if($code !== $data['verify']){
                 $res['state'] = 0;
                 $res['err'] = '验证码错误!';
                 return $this->api($res);
-            }
+            }*/
             $check = MedicalOrderModel::where('mobile',$data['mobile'])->first();
             if($check&&!empty($check->pdf)){
                 $res['state'] = 2;