Skip to content

Commit 7aa5a63

Browse files
authored
see: #1
1 parent cfa719e commit 7aa5a63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protocol.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ type ClueInfo struct {
2121
}
2222

2323
type ClueListResponse struct {
24-
Code int `json:"code"`
25-
Data []ClueInfo
24+
Code int `json:"code"`
25+
Data []ClueInfo `json:"data"`
2626
}
2727

2828
type ClueInfoResponse struct {

0 commit comments

Comments
 (0)