Ver Fonte

工程师确认上门流程

fang há 1 ano atrás
pai
commit
fcd23ef544
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/api/validate/UserConfirmValidate.php

+ 1 - 1
app/api/validate/UserConfirmValidate.php

@@ -48,7 +48,7 @@ class UserConfirmValidate extends BaseValidate
         }
         $code = $data['code'];
         $smsDriver = new SmsDriver();
-        $result = $smsDriver->verify($data['phone'], $code, NoticeEnum::USER_CONFIRM_WORK);
+        $result = $smsDriver->verify($data['phone'], $code, NoticeEnum::OTHER_CAPTCHA);
         if ($result) {
             return true;
         }