微信开发--获取用户openID
Posted 醉半仙
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微信开发--获取用户openID相关的知识,希望对你有一定的参考价值。
<?php
//获取用户openid
//公众号配置跳转至该页面
//https://mp.weixin.qq.com/advanced/selfmenu?action=index&t=advanced/menu-setting&token=1089922883&lang=zh_CN
$appid="";
$appsecret="";
// $client_credential=client_credential;
$url="https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=$appid&secret=$appsecret";
header( "Location: $url" );
以上是关于微信开发--获取用户openID的主要内容,如果未能解决你的问题,请参考以下文章