Skip to content

Commit

Permalink
fix some bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbin9 committed Aug 19, 2020
1 parent 913a4d2 commit 24adb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WXBizMsgCrypt.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class WXBizMsgCrypt
* @param $encodingAesKey string 公众平台上,开发者设置的EncodingAESKey
* @param $appId string 公众平台的appId
*/
public function WXBizMsgCrypt($token, $encodingAesKey, $appId)
public function __construct($token, $encodingAesKey, $appId)
{
$this->token = $token;
$this->encodingAesKey = $encodingAesKey;
Expand Down

0 comments on commit 24adb1d

Please sign in to comment.