Merge pull request 'fixed register ip' (#133) from zhangwei into dev
Reviewed-on: #133
This commit is contained in:
commit
83ccb3ae92
@ -17,7 +17,7 @@ class ImController extends BaseLikeAdminController
|
|||||||
public function __construct(App $app)
|
public function __construct(App $app)
|
||||||
{
|
{
|
||||||
parent::__construct($app);
|
parent::__construct($app);
|
||||||
Gateway::$registerAddress = "172.19.97.179:1256";
|
Gateway::$registerAddress = "127.0.0.1:1256";
|
||||||
}
|
}
|
||||||
|
|
||||||
//获取场景值
|
//获取场景值
|
||||||
|
Loading…
x
Reference in New Issue
Block a user