Skip to content

Commit

Permalink
fix:bug# 修复快递100查询错误
Browse files Browse the repository at this point in the history
  • Loading branch information
uuk020 committed Jun 12, 2021
1 parent dda2198 commit cedbee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Channel/KuaiDi100Channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ protected function toArray($response)
'logistics_company' => '',
];
} else {
if (0 === $jsonToArray['state']) {
if (isset($jsonToArray['state'])) {
$this->response = [
'status' => 1,
'message' => 'ok',
Expand Down

0 comments on commit cedbee2

Please sign in to comment.