1、打开phpsso.php文件搜索$phpssouid = $arr['uid'];定位大概在129行
2、代码$phpssouid = $arr['uid'];改为$phpssouid = intval($arr['uid']);