Skip to content

Commit

Permalink
授权获取用户信息(昵称、头像等)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemao authored Dec 13, 2018
1 parent c217399 commit 5e5bef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authorize.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class WxService

public $data = null;

public function __construct($appid, $appKey,$key)
public function __construct($appid, $appKey)
{
$this->appid = $appid; //微信支付申请对应的公众号的APPID
$this->appKey = $appKey; //微信支付申请对应的公众号的APP Key
Expand Down

0 comments on commit 5e5bef3

Please sign in to comment.