Browse Source

修改提示

master
李可松 4 years ago
parent
commit
8b0ebde11e
  1. 2
      app/Http/Controllers/Api/VerificationController.php

2
app/Http/Controllers/Api/VerificationController.php

@ -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('对不起,你没有该订单的核销权限2——' . $input_verify_code);
}

Loading…
Cancel
Save