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

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