From ea22a78a2a63deda27a4152ee8daba5e7103da0f Mon Sep 17 00:00:00 2001 From: lccsw <1127794702@qq.com> Date: Tue, 19 Apr 2022 16:01:10 +0800 Subject: [PATCH] edit-api-cus_detail --- api/controllers/wxapp/licheb/Customers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'],