Skip to content

Commit

Permalink
fix sign问题
Browse files Browse the repository at this point in the history
  • Loading branch information
LuffyQAQ committed Oct 26, 2019
1 parent 0a5c9a6 commit 2443c45
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 2443c45

Please sign in to comment.