Skip to content

Commit

Permalink
ccc: 修复修改成员信息部门不能为null
Browse files Browse the repository at this point in the history
  • Loading branch information
qq1060656096 committed Aug 24, 2018
1 parent 1396bd6 commit 4e2bb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contacts/ContactApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4e2bb6e

Please sign in to comment.