摘要: package main import ( "encoding/json" "fmt" ) type Res struct { Code int `json:"code"` Message string `json:"message"` Data json.RawMessage `json:"dat 阅读全文
posted @ 2022-01-13 21:41 Sentiger 阅读(100) 评论(0) 推荐(0) 编辑