Skip to content

Commit

Permalink
Update Aliyun.php
Browse files Browse the repository at this point in the history
fix Aliyun query params
  • Loading branch information
lw006 authored Dec 4, 2021
1 parent 977dce7 commit ed54cfd
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 ed54cfd

Please sign in to comment.