Skip to content

Commit ceb2543

Browse files
authored
Merge pull request #34 from lw006/patch-2
Update Aliyun.php
2 parents 8273611 + ed54cfd commit ceb2543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/Aliyun.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Aliyun extends AbstractProvider implements AliyunConfigurationConstant
3939
public function query($no, $company = null)
4040
{
4141
$params = \array_filter([
42-
'no' => $no,
42+
'number' => $no,
4343
'company' => $company,
4444
]);
4545

0 commit comments

Comments
 (0)