show basic info

This commit is contained in:
2023-09-20 15:55:50 +08:00
parent ad425d9614
commit 398a61b92c
15 changed files with 362 additions and 1146 deletions

View File

@@ -105,7 +105,7 @@ type OperationResponse struct {
type ProxyResponse struct {
OperationResponse
Data string `json:"data"`
Data any `json:"data"`
}
type TokenSearch struct {