会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
L1230205
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2018年8月1日
命名空间
该文被密码保护。
阅读全文
posted @ 2018-08-01 16:55 L1230205
阅读(1)
评论(0)
推荐(0)
编辑
smarty【转载】
该文被密码保护。
阅读全文
posted @ 2018-08-01 15:35 L1230205
阅读(1)
评论(0)
推荐(0)
编辑
2018年7月31日
公众号开发完整页面3
摘要: 以上内容是【/gzh/Wx/Home/Model/IndexModel.class.php】页面的代码
阅读全文
posted @ 2018-07-31 16:14 L1230205
阅读(298)
评论(0)
推荐(0)
编辑
公众号开发完整页面2
摘要: 以上内容为【/gzh/Wx/Home/View/Index/share.html】页面内容
阅读全文
posted @ 2018-07-31 16:12 L1230205
阅读(223)
评论(0)
推荐(0)
编辑
公众号开发完整页面1
摘要: 以上代码是【/gzh/Wx/Home/Controller/IndexController.class.php】页面内容
阅读全文
posted @ 2018-07-31 15:59 L1230205
阅读(1057)
评论(0)
推荐(0)
编辑
公众号开发15【html页面】
摘要: share.html代码如下: /gzh/Wx/Home/View/Index/share.html <!doctype html> <html> <head><title>微信js分享接口</title><meta name='viewpoint' content="initial-scale=1
阅读全文
posted @ 2018-07-31 15:56 L1230205
阅读(1783)
评论(0)
推荐(0)
编辑
公众号开发【分享功能】
摘要: 分享功能代码如下: 关联页面share.html //获取JsApiTicket票据的方法 function getJsApiTicket(){ //如果session中保存 if($_SESSION['jsapi_ticket_expire_time']>time() && $_SESSION['
阅读全文
posted @ 2018-07-31 15:55 L1230205
阅读(220)
评论(0)
推荐(0)
编辑
公众号开发13【生成二维码】
摘要: 生成临时二维码和永久二维码代码如下: //生成带参数的临时二维码 function getTimeQrCode(){ header('content-type:text/html;charset=utf-8'); //1.获取ticket票据 //2.全局票据access_token网页授权acce
阅读全文
posted @ 2018-07-31 15:52 L1230205
阅读(177)
评论(0)
推荐(0)
编辑
2018年7月28日
公众号12【微信网页授权】
该文被密码保护。
阅读全文
posted @ 2018-07-28 11:11 L1230205
阅读(1)
评论(0)
推荐(0)
编辑
2018年7月26日
公众号开发11【模板消息接口】
摘要: 1.先去测试账号中,点【新增测试模板】按照要求填写 2.//模板消息接口,测试账号做,一般消费之后的推送 function sendTemplateMsg(){ //可以申请到15个模板 //一个账号的当日的模板消息次数不超过10万次 //1.获取access_token $access_token
阅读全文
posted @ 2018-07-26 15:23 L1230205
阅读(435)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
下一页
公告