Revert "玩家基本信息查询"
This reverts commit 1fbfb70ffb75c62abb6fc4ae40b4535bba6ffbdc.
This commit is contained in:
parent
1fbfb70ffb
commit
075c9b3c53
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"host": "login-test.kingsome.cn",
|
"host": "mysql-test.kingsome.cn",
|
||||||
"port": 3306,
|
"port": 3306,
|
||||||
"user": "root",
|
"user": "root",
|
||||||
"passwd": "keji178",
|
"passwd": "keji178",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"host": "login-test.kingsome.cn",
|
"host": "mysql-test.kingsome.cn",
|
||||||
"port": 3306,
|
"port": 3306,
|
||||||
"user": "root",
|
"user": "root",
|
||||||
"passwd": "keji178",
|
"passwd": "keji178",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"host": "login-test.kingsome.cn",
|
"host": "mysql-test.kingsome.cn",
|
||||||
"port": 3306,
|
"port": 3306,
|
||||||
"user": "root",
|
"user": "root",
|
||||||
"passwd": "keji178",
|
"passwd": "keji178",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"host": "login-test.kingsome.cn",
|
"host": "mysql-test.kingsome.cn",
|
||||||
"port": 3306,
|
"port": 3306,
|
||||||
"user": "root",
|
"user": "root",
|
||||||
"passwd": "keji178",
|
"passwd": "keji178",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"host": "login-test.kingsome.cn",
|
"host": "mysql-test.kingsome.cn",
|
||||||
"port": 3306,
|
"port": 3306,
|
||||||
"user": "root",
|
"user": "root",
|
||||||
"passwd": "keji178",
|
"passwd": "keji178",
|
||||||
|
@ -29,6 +29,6 @@ func (this *AdminClusterTable) GetHttpListenPort() int32 {
|
|||||||
func (this *AdminClusterTable) PostInit1() {
|
func (this *AdminClusterTable) PostInit1() {
|
||||||
this.selfConf = this.GetById(int64(f5.GetApp().GetInstanceId()))
|
this.selfConf = this.GetById(int64(f5.GetApp().GetInstanceId()))
|
||||||
if this.selfConf == nil {
|
if this.selfConf == nil {
|
||||||
panic("adminserver集群无法读取本服配置")
|
panic("imserver集群无法读取本服配置")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user