fixed register ip

This commit is contained in:
weiz 2023-10-20 17:41:55 +08:00
parent 6144dea271
commit 9d24f39dfa

View File

@ -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";
} }
//获取场景值 //获取场景值