Authored by 於志远

sso login test

<?php
require_once dirname(__FILE__).'/../env.php';
$r = Facade_Auth::getAuthByTypeAndAidNocache(1, '1836874218@qq.com');
var_dump($r);
\ No newline at end of file
... ...