fix: 修正注解格式错误
This commit is contained in:
parent
904a1fefff
commit
ecdc1ed254
@ -13,6 +13,6 @@ type Ticket struct {
|
|||||||
type WebTicketModel struct {
|
type WebTicketModel struct {
|
||||||
Id int64 `json:"id"`
|
Id int64 `json:"id"`
|
||||||
Content string `json:"content"`
|
Content string `json:"content"`
|
||||||
FromQQ string `json:from`
|
FromQQ string `json:"from"`
|
||||||
CreatedAt string `json:"created_at"`
|
CreatedAt string `json:"created_at"`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user