|
|
|
@ -82,7 +82,7 @@ class VerificationController extends Controller |
|
|
|
|
|
|
|
$user = User::find($this->user_id); |
|
|
|
if (!$user->mobile) { |
|
|
|
return $this->error('获取手机号失败,请先授权获取手机号'); |
|
|
|
return $this->error('手机号与核销手机号不符'); |
|
|
|
} else if ($user->mobile != $order->industryProduct->verify_mobile) { |
|
|
|
return $this->error('对不起,你没有该订单的核销权限'); |
|
|
|
} |
|
|
|
|