Skip to content

Commit

Permalink
Merge pull request #218 from sunnyalways/master
Browse files Browse the repository at this point in the history
处理return_url为空签名失败的情况
  • Loading branch information
helei112g authored Jun 22, 2020
2 parents a9c2226 + 3c7b5e8 commit 51853d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Gateways/Alipay/AliBaseObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ private function getBaseData(string $method, array $bizContent)
// 'app_auth_token' => '', // 暂时不用
'biz_content' => json_encode($bizContent, JSON_UNESCAPED_UNICODE),
];
$requestData = ArrayUtil::paraFilter($requestData);
return ArrayUtil::arraySort($requestData);
}

Expand Down

0 comments on commit 51853d2

Please sign in to comment.