提交 5d2b49dd 编写于 作者: C clk1st 提交者: kezhenxu94

Fix schema TraceBrief definition bug (#25)

* fix schema TraceBrief definition bug

* TraceBrief Data rename to Traces

* fix schema TraceBrief definition bug
上级 e71c4a91
......@@ -247,7 +247,7 @@ type Trace struct {
}
type TraceBrief struct {
Traces []*BasicTrace `json:"traces"`
Traces []*BasicTrace `json:"data"`
Total int `json:"total"`
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册