Fix message and chat owner bug

This commit is contained in:
Yang Luo
2023-05-10 22:13:36 +08:00
parent 7df043fb15
commit 3c871c38df
4 changed files with 22 additions and 8 deletions

View File

@ -31,6 +31,7 @@ import (
// @router /get-chats [get]
func (c *ApiController) GetChats() {
owner := c.Input().Get("owner")
owner = "admin"
limit := c.Input().Get("pageSize")
page := c.Input().Get("p")
field := c.Input().Get("field")