随笔分类 -  微信公众号开发学习

 
微信公众号第三方验证的代码实现
摘要:<?php //获得参数 signature nonce token timestamp echostr $nonce = $_GET['nonce']; $token = 'imooc'; $timestamp = $_GET['timestamp']; $echostr = $_GET['ech 阅读全文
posted @ 2016-03-11 16:48 gogo仙人掌 阅读(466) 评论(0) 推荐(0)