From 4e2bb6ed6945e7d1e1ec8c692ab205ca306b1ae9 Mon Sep 17 00:00:00 2001 From: qq1060656096 <1060656096@qq.com> Date: Fri, 24 Aug 2018 17:24:53 +0800 Subject: [PATCH] =?UTF-8?q?ccc:=20=E4=BF=AE=E5=A4=8D=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=88=90=E5=91=98=E4=BF=A1=E6=81=AF=E9=83=A8=E9=97=A8=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E4=B8=BAnull?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Contacts/ContactApi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Contacts/ContactApi.php b/src/Contacts/ContactApi.php index 4fef993..726fc7d 100644 --- a/src/Contacts/ContactApi.php +++ b/src/Contacts/ContactApi.php @@ -56,7 +56,7 @@ public function get($accessToken, $userId) /** * @inheritdoc */ - public function update($accessToken, $userId, $name = null, $mobile = null, array $departmentIds = [], array $options = []) + public function update($accessToken, $userId, $name = null, $mobile = null, array $departmentIds = null, array $options = []) { $data = [ 'userid' => $userId,