随笔分类 - php-微信开发
摘要:原生php 微信授权登录: index.php页面: <?php session_start(); if($_SESSION['openid']){ exit('已经授权登录过了。。。'); } { include_once "weixin.class.php"; $wx_login = new W
阅读全文
摘要:<?php header("Content-type: text/html; charset=utf-8"); $access_token = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=XX
阅读全文

浙公网安备 33010602011771号