transform to gitea.zjmud.xyz

This commit is contained in:
zhangkun9038@dingtalk.com 2025-03-05 21:42:33 +08:00
parent 9d5fb45249
commit 95fc2695be

View File

@ -45,9 +45,9 @@ type RESTAPIResult struct {
} }
type Okexv5APIResponse struct { type Okexv5APIResponse struct {
Code string `json:"code"` Code string `json:"code"`
Msg string `json:"msg"` Msg string `json:"msg"`
Data []map[string]interface{} `json:"data"` Data interface{} `json:"data"`
} }
/* /*