Revert "玩家基本信息查询"

This reverts commit 1fbfb70ffb75c62abb6fc4ae40b4535bba6ffbdc.
This commit is contained in:
yangduo 2024-06-26 20:17:47 +08:00
parent 1fbfb70ffb
commit 075c9b3c53
6 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{
"host": "login-test.kingsome.cn",
"host": "mysql-test.kingsome.cn",
"port": 3306,
"user": "root",
"passwd": "keji178",

View File

@ -1,5 +1,5 @@
{
"host": "login-test.kingsome.cn",
"host": "mysql-test.kingsome.cn",
"port": 3306,
"user": "root",
"passwd": "keji178",

View File

@ -1,5 +1,5 @@
{
"host": "login-test.kingsome.cn",
"host": "mysql-test.kingsome.cn",
"port": 3306,
"user": "root",
"passwd": "keji178",

View File

@ -1,5 +1,5 @@
{
"host": "login-test.kingsome.cn",
"host": "mysql-test.kingsome.cn",
"port": 3306,
"user": "root",
"passwd": "keji178",

View File

@ -1,5 +1,5 @@
{
"host": "login-test.kingsome.cn",
"host": "mysql-test.kingsome.cn",
"port": 3306,
"user": "root",
"passwd": "keji178",

View File

@ -29,6 +29,6 @@ func (this *AdminClusterTable) GetHttpListenPort() int32 {
func (this *AdminClusterTable) PostInit1() {
this.selfConf = this.GetById(int64(f5.GetApp().GetInstanceId()))
if this.selfConf == nil {
panic("adminserver集群无法读取本服配置")
panic("imserver集群无法读取本服配置")
}
}