vvv/test

this is my wechatLogin

v4 2021-11-18 07:26 UTC

This package is auto-updated.

Last update: 2025-05-18 14:48:03 UTC


README

微信小程序授权获取信息

运行环境

  • php >= 7.0
  • composer

安装

$ composer require vvv/test

##使用

  $wechat = new  WxLogin($appid, $secret);
  return   $wechat->wxLogin($code, $encryptedData, $iv);

License

MIT