feat(database): add gearTxt field to parsed results and update related functions
This commit is contained in:
@@ -32,8 +32,9 @@ type CaptureStatus struct {
|
||||
|
||||
// ParsedResult 解析结果
|
||||
type ParsedResult struct {
|
||||
Items []interface{} `json:"items"`
|
||||
Heroes []interface{} `json:"heroes"`
|
||||
Items []interface{} `json:"items"`
|
||||
Heroes []interface{} `json:"heroes"`
|
||||
GearTxt string `json:"geartxt"`
|
||||
}
|
||||
|
||||
// ParsedSession 解析数据会话信息
|
||||
|
||||
Reference in New Issue
Block a user