提交 eec7f6b7 authored 作者: wangkr's avatar wangkr

更新 SingleSign.php

上级 bda0cef4
......@@ -16,7 +16,7 @@ class SingleSign {
public $instence = null;
public function __construct($ip='192.168.1.222',$port=6379){
public function __construct($ip='192.168.1.70',$port=6379){
if($this->instence === null){
$redis = new \Redis();
$res = $redis->connect($ip,$port);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论