|
@@ -242,7 +242,9 @@ class Noble extends Api
|
|
|
'partyNotice' => $partyNotice,
|
|
|
];
|
|
|
$tcpJson = json_encode($tcpArr);
|
|
|
- Gateway::sendToAll($tcpJson);//暂时注释
|
|
|
+ $Gateway = new Gateway();
|
|
|
+ $Gateway::$registerAddress = '127.0.0.1:2345';
|
|
|
+ $Gateway::sendToAll($tcpJson);//暂时注释
|
|
|
|
|
|
}
|
|
|
|