玩家基本信息查询
This commit is contained in:
parent
b3ce994c10
commit
1fbfb70ffb
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"host": "mysql-test.kingsome.cn",
|
"host": "login-test.kingsome.cn",
|
||||||
"port": 3306,
|
"port": 3306,
|
||||||
"user": "root",
|
"user": "root",
|
||||||
"passwd": "keji178",
|
"passwd": "keji178",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"host": "mysql-test.kingsome.cn",
|
"host": "login-test.kingsome.cn",
|
||||||
"port": 3306,
|
"port": 3306,
|
||||||
"user": "root",
|
"user": "root",
|
||||||
"passwd": "keji178",
|
"passwd": "keji178",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"host": "mysql-test.kingsome.cn",
|
"host": "login-test.kingsome.cn",
|
||||||
"port": 3306,
|
"port": 3306,
|
||||||
"user": "root",
|
"user": "root",
|
||||||
"passwd": "keji178",
|
"passwd": "keji178",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"host": "mysql-test.kingsome.cn",
|
"host": "login-test.kingsome.cn",
|
||||||
"port": 3306,
|
"port": 3306,
|
||||||
"user": "root",
|
"user": "root",
|
||||||
"passwd": "keji178",
|
"passwd": "keji178",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"host": "mysql-test.kingsome.cn",
|
"host": "login-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("imserver集群无法读取本服配置")
|
panic("adminserver集群无法读取本服配置")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user