提交 f94b399d 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

fix issue#3352

上级 c47d3d77
......@@ -95,7 +95,7 @@
},
{
"id": "start_server",
"translation": "Success yo start zendata http service, press CTRL+C to exist. \nYou may use http://%s:%s to retrieve the data, for example: \ncurl http://%s:%s/?config=demo/default.yaml&F=field_common&lines=10."
"translation": "Success to start zendata http service, press CTRL+C to exist. \nYou may use http://%s:%s to retrieve the data, for example: \ncurl http://%s:%s/?config=demo/default.yaml&F=field_common&lines=10."
},
{
"id": "server_request",
......
......@@ -69,10 +69,10 @@ type FieldSimple struct {
Loopfix string `yaml:"loopfix"`
Format string `yaml:"format"`
LoopStart int
LoopEnd int
LoopIndex int
IsRand bool
LoopStart int `yaml:"-"`
LoopEnd int `yaml:"-"`
LoopIndex int `yaml:"-"`
IsRand bool `yaml:"-"`
}
type FieldWithValues struct {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册