fixed register ip
This commit is contained in:
parent
6144dea271
commit
9d24f39dfa
@ -17,7 +17,7 @@ class ImController extends BaseLikeAdminController
|
||||
public function __construct(App $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