1
This commit is contained in:
parent
0493fd6183
commit
a8a845cb33
@ -22,3 +22,14 @@ func (this *Stat) caUpdateSession(c *gin.Context) {
|
|||||||
}
|
}
|
||||||
c.JSON(200, rspObj)
|
c.JSON(200, rspObj)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (this *Stat) caGetonlineNum(c *gin.Context) {
|
||||||
|
rspObj := struct {
|
||||||
|
ErrCode int32 `json:"errcode"`
|
||||||
|
ErrMsg string `json:"errmsg"`
|
||||||
|
}{
|
||||||
|
ErrCode: 0,
|
||||||
|
ErrMsg: "",
|
||||||
|
}
|
||||||
|
c.JSON(200, rspObj)
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user