feat 修复json解析问题
All checks were successful
Build image / build (push) Successful in 38s

This commit is contained in:
timerzz 2024-07-01 19:54:58 +08:00
parent adf418f016
commit a63c9fe295

View File

@ -51,11 +51,6 @@ type PlayerResponseData struct {
type SubtitlesResponse struct {
Body []struct {
From float64 `json:"from"`
To float64 `json:"to"`
Sid int `json:"sid"`
Location int `json:"location"`
Content string `json:"content"`
Music int `json:"music"`
Content string `json:"content"`
} `json:"body"`
}