摘要:
以上内容是【/gzh/Wx/Home/Model/IndexModel.class.php】页面的代码 阅读全文
摘要:
以上内容为【/gzh/Wx/Home/View/Index/share.html】页面内容 阅读全文
摘要:
以上代码是【/gzh/Wx/Home/Controller/IndexController.class.php】页面内容 阅读全文
摘要:
share.html代码如下: /gzh/Wx/Home/View/Index/share.html <!doctype html> <html> <head><title>微信js分享接口</title><meta name='viewpoint' content="initial-scale=1 阅读全文
摘要:
分享功能代码如下: 关联页面share.html //获取JsApiTicket票据的方法 function getJsApiTicket(){ //如果session中保存 if($_SESSION['jsapi_ticket_expire_time']>time() && $_SESSION[' 阅读全文
摘要:
生成临时二维码和永久二维码代码如下: //生成带参数的临时二维码 function getTimeQrCode(){ header('content-type:text/html;charset=utf-8'); //1.获取ticket票据 //2.全局票据access_token网页授权acce 阅读全文