mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-03-06 20:24:25 +08:00
重写重新生成的逻辑
This commit is contained in:
@@ -6,7 +6,9 @@ type MsgContent struct {
|
||||
}
|
||||
|
||||
type ChatMessage struct {
|
||||
BaseVo
|
||||
Id uint `json:"id"`
|
||||
CreatedAt int64 `json:"created_at"`
|
||||
UpdatedAt int64 `json:"updated_at"`
|
||||
ChatId string `json:"chat_id"`
|
||||
UserId uint `json:"user_id"`
|
||||
RoleId uint `json:"role_id"`
|
||||
|
||||
Reference in New Issue
Block a user