摘要: 原生php 微信授权登录: index.php页面: <?php session_start(); if($_SESSION['openid']){ exit('已经授权登录过了。。。'); } { include_once "weixin.class.php"; $wx_login = new W 阅读全文
posted @ 2018-09-26 17:22 你不知道我 阅读(4157) 评论(0) 推荐(0)