ThirdPartyLogin.php 374 B

123456789101112131415161718192021222324
  1. <?php
  2. namespace tw\services;
  3. /**
  4. * 三方登录封装,主要基于 Yurun-oauth-login
  5. *
  6. * crmeb 的 WechatService 封装了 overtrue 的实现,不支持获取 unionId。
  7. *
  8. * overture 是一个只针对微信 API 的 SDK 库
  9. */
  10. class ThirdPartyLogin
  11. {
  12. public static function auth_app_wx()
  13. {
  14. }
  15. public static function auth_mp_wx()
  16. {
  17. }
  18. }