From a63c9fe295eb694db841698ab34e33fe1a714582 Mon Sep 17 00:00:00 2001 From: timerzz Date: Mon, 1 Jul 2024 19:54:58 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E4=BF=AE=E5=A4=8Djson=E8=A7=A3=E6=9E=90?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subtitles/data.go | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/subtitles/data.go b/subtitles/data.go index 716dcc5..93991cf 100644 --- a/subtitles/data.go +++ b/subtitles/data.go @@ -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"` }