feat: 添加工单请求接口

This commit is contained in:
lixiangwuxian
2024-10-24 19:19:11 +08:00
parent 5997c37576
commit 37161b4147
5 changed files with 61 additions and 7 deletions

View File

@@ -13,6 +13,6 @@ type Ticket struct {
type WebTicketModel struct {
Id int64 `json:"id"`
Content string `json:"content"`
IsDone bool `json:"isDone"`
FromQQ string `json:from`
CreatedAt string `json:"created_at"`
}