1
This commit is contained in:
parent
c846553d7b
commit
8a947f6f60
@ -17,7 +17,7 @@ type app struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (this *app) GetPkgName() string {
|
func (this *app) GetPkgName() string {
|
||||||
return "imserver"
|
return "hallserver"
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *app) Run(initCb func(), unInitCb func()) {
|
func (this *app) Run(initCb func(), unInitCb func()) {
|
||||||
|
@ -106,7 +106,7 @@ func (this *playerMgr) reportServerState(masterIp string, masterPort int32) {
|
|||||||
fmt.Sprintf("http://%s:%d/webapp/index.php?c=GS&a=report&", masterIp, masterPort),
|
fmt.Sprintf("http://%s:%d/webapp/index.php?c=GS&a=report&", masterIp, masterPort),
|
||||||
params,
|
params,
|
||||||
func(rsp f5.HttpCliResponse) {
|
func(rsp f5.HttpCliResponse) {
|
||||||
f5.GetSysLog().Info(rsp.GetRawData())
|
//f5.GetSysLog().Info(rsp.GetRawData())
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user