+0°
1、用户登录
app fontend.base.php 中login方法
$user_id = $ms->user->auth($user_name, $password);
$this->_do_login($user_id);
/* 同步登陆外部系统 */
$synlogin = $ms->user->synlogin($user_id);
function _do_log...
阅读全文