PHP里面这句话是什么意思?
publicfunctioninit(){$web_path=urlencode("域名地址/api/wxlogin/callback");//回调函数$url='域名地...
public function init(){
$web_path = urlencode("域名地址/api/wxlogin/callback");//回调函数
$url = '域名地址/get-weixin-code.html?appid='.$this->conf['weixin']['id'].'&redirect_uri='.$web_path.'&response_type=code&scope=snsapi_userinfo&state=wechat123&connect_redirect=1#wechat_redirect';
header("location:$url"); 展开
$web_path = urlencode("域名地址/api/wxlogin/callback");//回调函数
$url = '域名地址/get-weixin-code.html?appid='.$this->conf['weixin']['id'].'&redirect_uri='.$web_path.'&response_type=code&scope=snsapi_userinfo&state=wechat123&connect_redirect=1#wechat_redirect';
header("location:$url"); 展开
2016-07-25 · 百度知道合伙人官方认证企业
育知同创教育
1【专注:Python+人工智能|Java大数据|HTML5培训】 2【免费提供名师直播课堂、公开课及视频教程】 3【地址:北京市昌平区三旗百汇物美大卖场2层,微信公众号:yuzhitc】
向TA提问
关注
展开全部
这是个初始化方法,首先把回调地址进行urlencode编码,然后设置到header中。
追问
不初始化会有什么后果?
追答
看你后面的接口有没有用到这些参数,用到的话就你不初始化就会报错
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询