Skip to content

Commit

Permalink
Merge pull request #29 from LuffyQAQ/master
Browse files Browse the repository at this point in the history
fix sign问题
  • Loading branch information
evalor authored Oct 26, 2019
2 parents 0a5c9a6 + 2443c45 commit a9c151a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WeChat/Utility.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public function generateSign(array $data): string
*/
private function getSignContent(array $data): string
{
unset($data['sign']);
return urldecode(http_build_query($data));
/*
$buff = '';
Expand Down

0 comments on commit a9c151a

Please sign in to comment.