jzweb-open-weixin:微信开放平台

时间:2024-06-04 18:59:46
【文件属性】:

文件名称:jzweb-open-weixin:微信开放平台

文件大小:67KB

文件格式:ZIP

更新时间:2024-06-04 18:59:46

PHP

集成开放平台四大模块 移动应用 网站应用 公众号 公众号第三方平台 安装jzweb/open-weixin composer require jzweb/open-weixin jzweb/open-weixin 网站应用 微信用户登录SDK 使用示例 <?php use jzweb\open\weixin\website\wxLogin; /** * 测试微信登录-网站应用 * * @user 刘松森 * @date 2017/3/3 */ $app_id = "APPID"; $secret = "SECRET"; $wxLogin = new wxLogin($app_id, $secret); //构造获取code的url $redirect_url = urlencode("http://***.**.**/wx.php")


【文件预览】:
jzweb-open-weixin-master
----src()
--------lib()
--------open()
--------website()
--------mp()
----LICENSE(1KB)
----composer.lock(8KB)
----test()
--------test_open_mpAuth.php(1KB)
--------test_media.php(1KB)
--------test_qrcode.php(509B)
--------test_material.php(2KB)
--------test_biz.php(2KB)
--------test_website_wxLogin.php(846B)
--------test_wxa.php(918B)
--------test_qun.php(1KB)
----README.md(2KB)
----.gitignore(8B)
----composer.json(402B)

网友评论