微信网页授权
摘要:代码很少//获取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)
微信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)