xxxxxxxxxx
{
"code": 200,
"msg": "ok",
"data": {
"title": "BoatCloud",
"subtitle": "ToolBox"
}
}
xxxxxxxxxx
type AutoGenerated struct {
Code int `json:"code"`
Msg string `json:"msg"`
Data Data `json:"data"`
}
type Data struct {
Title string `json:"title"`
Subtitle string `json:"subtitle"`
}
2025 © 无锡云舟信息技术有限公司
苏ICP备20040709号-1