微信支付企业打款,获取用户信息
function weixin_qr_action(){ //$wapUrl = $this->config['sy_weburl'].'/index.php?m=media&c=weixin_change' ; include(APP_PATH.'api/weixin/lib/WxPay.Config.php'); //注意url要转码urlencode $wapUrl = 'https://open.weixin.qq.com/connect/oauth2/authorize?appid='.WxPayConfig::APPID.'&redirect_uri='.urlencode($this->config['sy_weburl'].'/index.php?m=media&c=weixin_change').'&response_type=code&scope=snsapi_userinfo&state=1#wechat_redirect'; include_once LIB_PATH."yunqrcode.class.php"; YunQrcode::generatePng2($wapUrl,4); } function weixin_change_action(){ include(APP_PATH.'api/weixin/weixin.php'); $code = $