diff --git a/api/controllers/wxapp/licheb/Customers.php b/api/controllers/wxapp/licheb/Customers.php index 95fcdcdf..f1a30bff 100644 --- a/api/controllers/wxapp/licheb/Customers.php +++ b/api/controllers/wxapp/licheb/Customers.php @@ -65,7 +65,7 @@ class Customers extends Wxapp $data = [ 'id' => $row['id'], 'name' => $row['name'], - 'mobile' => $this->get_mobile(['mobile' => $row['mobile'], 'cf_title' => $row['cf_title'], 'type' => 1]), + 'mobile' => $this->get_mobile(['mobile' => $row['mobile'], 'cf_title' => $row['cf_title']]), 'complete_mobile' => $row['mobile'], 'tip' => $tip, 'is_top' => $row['is_top'],