玩家基本信息查询

This commit is contained in:
yangduo 2024-06-26 20:11:19 +08:00
parent b3ce994c10
commit 1fbfb70ffb
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
{
"host": "mysql-test.kingsome.cn",
"host": "login-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("imserver集群无法读取本服配置")
panic("adminserver集群无法读取本服配置")
}
}