|
|
public static function verify($phone, $code, $memberId, $visitorId): void
|
|
public static function verify($phone, $code, $memberId, $visitorId): void
|
|
|
if (!$phoneCode) throw new Exception("验证码错误", HttpStatus::CUSTOM_ERROR);
|
|
if (!$phoneCode) throw new Exception("验证码错误", HttpStatus::CUSTOM_ERROR);
|