yjtec/laravel-tripartite-auth

第三方授权

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/yjtec/laravel-tripartite-auth

v1.0.1 2019-12-24 02:32 UTC

This package is auto-updated.

Last update: 2025-09-24 16:11:45 UTC


README

微信开放平台APP授权

    $app = TripartiteAuth::WeChatOpenPlatform();//创建实例
    $token = $app->getAccessToken($code);//根据code获取Token信息
    $user_info = $app->getUserByToken($token);//根据Token信息获取用户信息