Skip to content

Commit

Permalink
Merge pull request #34 from lw006/patch-2
Browse files Browse the repository at this point in the history
Update Aliyun.php
  • Loading branch information
thisliu authored Dec 13, 2021
2 parents 8273611 + ed54cfd commit ceb2543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/Aliyun.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Aliyun extends AbstractProvider implements AliyunConfigurationConstant
public function query($no, $company = null)
{
$params = \array_filter([
'no' => $no,
'number' => $no,
'company' => $company,
]);

Expand Down

0 comments on commit ceb2543

Please sign in to comment.