[更新]修改微信支付demo

This commit is contained in:
邹景立 2017-04-14 16:56:30 +08:00
parent a6645e84be
commit bc4c0bb50c

View File

@ -19,9 +19,10 @@ use service\PayService;
class Wap extends BasicWechat {
protected $check_auth = true;
protected $check_auth = false;
public function index() {
$this->oAuth();
dump($this->fansinfo);
}