随笔分类 -  微信

这是一个微信带参数的二维码,自定义菜单,与图文回复
摘要:获取保存token 阅读全文
posted @ 2018-03-21 16:36 _zxd 阅读(939) 评论(0) 推荐(0)
记一下php://input和php://output还有$GLOBALS ["HTTP_RAW_POST_DATA"]
摘要:比较懒就写了个标题... 阅读全文
posted @ 2018-03-07 18:05 _zxd 阅读(105) 评论(0) 推荐(0)
微信网页授权
摘要:代码很少//获取code $appid='xxxxxx'; $redirect_uri = urlencode ('http://xxxxxxxxxxxx'); $url ="https://open.weixin.qq.com/connect/oauth2/authorize?appid={$ap 阅读全文
posted @ 2018-03-05 17:13 _zxd 阅读(186) 评论(0) 推荐(0)
微信JS-SDK自定义分享
摘要:1 ec(); 7 ?> 8 9 10 11 12 74 1 appId = $appId; 11 $this->appSecret = $appSecret; 12 } 13 14 public function ec() 15 { 16 ... 阅读全文
posted @ 2017-09-07 15:08 _zxd 阅读(252) 评论(0) 推荐(0)