@@ -92,7 +92,7 @@ class UserController extends BaseController
$mobile = $post['mobile'];
$user = UserService::getByMobile($mobile, $this->merchantId);
if (!empty($user)) {
- util::fail('手机号已使用,客户已存在');
+ util::fail('手机号已使用');
}
$post['merchantId'] = $this->merchantId;