Skip to content

Commit

Permalink
Merge pull request #283 from tianyong90/develop
Browse files Browse the repository at this point in the history
Fix bug in batchGet method.
  • Loading branch information
overtrue committed Feb 6, 2016
2 parents c15f65f + 931aa0d commit 3544f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/User/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function batchGet(array $openIds, $lang = 'zh_CN')
];
}, $openIds);

return $this->parseJSON('get', [self::API_BATCH_GET, $params]);
return $this->parseJSON('json', [self::API_BATCH_GET, $params]);
}

/**
Expand Down

0 comments on commit 3544f13

Please sign in to comment.