feat: 添加工单请求接口
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user